#CEA7D4

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

Shades of Lilac #CEA7D4

Tints of Lilac #CEA7D4

Color information

#CEA7D4 (or 0xCEA7D4) is unknown color: approx Lilac. HEX triplet: CE, A7 and D4. RGB value is (206,167,212). Sum of RGB (Red+Green+Blue) = 206+167+212=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 167 (65.62% from 255 or 28.55% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEA7D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7D4 is #31582B. Grayscale: #B7B7B7. Windows color (decimal): -3233836 or 13936590. OLE color: 13936590.

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

Color convert

RGB206167212-
CMYK0.030.2100.17
HSL292º34.35%74.31%-
HSV(B)292º21.23%83.14%-
XYZ51.1645.5168.38-
YUV183.79143.92143.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.21%
GREEN value IS 167 (65.62% from 255) = 28.55%
BLUE value IS 212 (83.20% from 255) = 36.24%
R=35.21%
G=28.55%
B=36.24%

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
Decimal2061672120.030.2100.1729234.3574.31
HexCEA7D4315011124224a
Octal31624732432502144442112
Binary11001110101001111101010011101010100011001001001000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA7D4; }

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

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

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

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

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

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

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

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