#CE9FFA

Color #CE9FFA Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CE9FFA

Tints of Mauve #CE9FFA

Color information

#CE9FFA (or 0xCE9FFA) is unknown color: approx Mauve. HEX triplet: CE, 9F and FA. RGB value is (206,159,250). Sum of RGB (Red+Green+Blue) = 206+159+250=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE9FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FFA is #316005. Grayscale: #B7B7B7. Windows color (decimal): -3235846 or 16424910. OLE color: 16424910.

HSL color Cylindrical-coordinate representation of color #CE9FFA: hue angle of 270.99º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE9FFA is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206159250-
CMYK0.180.3600.02
HSL270.99º90.1%80.2%-
HSV(B)270.99º36.4%98.04%-
XYZ55.1144.8296.19-
YUV183.43165.57144.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 33.50%
GREEN value IS 159 (62.5% from 255) = 25.85%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=33.50%
G=25.85%
B=40.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061592500.180.3600.02270.9990.180.2
HexCE9FFA12240210f5a50
Octal316237372224402417132120
Binary1100111010011111111110101001010010001010000111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9FFA; }

 p { color: rgb(206,159,250); }

 H1.HeaderClassName
 {
   color: #CE9FFA;
 }
 .AnyTagClassName
 {
   color: #CE9FFA;
 }
</style>
background-color css

<style>
 a { background-color: #CE9FFA; }

 a { background-color: rgb(206,159,250); }

 div.DivClassName
 {
   background-color: #CE9FFA;
 }
 .BgClassName
 {
   background-color: #CE9FFA;
 }
</style>
border-color css

<style>
 span { border-color: #CE9FFA; }

 span { border-color: rgb(206,159,250); }

 td.TdClassName
 {
   border-color: #CE9FFA;
 }
 .TagClassName
 {
   border-color: #CE9FFA;
 }
</style>