#CEA8D4

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

Shades of Lilac #CEA8D4

Tints of Lilac #CEA8D4

Color information

#CEA8D4 (or 0xCEA8D4) is unknown color: approx Lilac. HEX triplet: CE, A8 and D4. RGB value is (206,168,212). Sum of RGB (Red+Green+Blue) = 206+168+212=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEA8D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8D4 is #31572B. Grayscale: #B8B8B8. Windows color (decimal): -3233580 or 13936846. OLE color: 13936846.

HSL color Cylindrical-coordinate representation of color #CEA8D4: hue angle of 291.82º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEA8D4 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB206168212-
CMYK0.030.2100.17
HSL291.82º33.85%74.51%-
HSV(B)291.82º20.75%83.14%-
XYZ51.3445.8868.44-
YUV184.38143.59143.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.15%
GREEN value IS 168 (66.02% from 255) = 28.67%
BLUE value IS 212 (83.20% from 255) = 36.18%
R=35.15%
G=28.67%
B=36.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061682120.030.2100.17291.8233.8574.51
HexCEA8D4315011124224b
Octal31625032432502144442113
Binary11001110101010001101010011101010100011001001001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA8D4; }

 p { color: rgb(206,168,212); }

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

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

 a { background-color: rgb(206,168,212); }

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

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

 span { border-color: rgb(206,168,212); }

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