#CEA9D0

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

Shades of Lilac #CEA9D0

Tints of Lilac #CEA9D0

Color information

#CEA9D0 (or 0xCEA9D0) is unknown color: approx Lilac. HEX triplet: CE, A9 and D0. RGB value is (206,169,208). Sum of RGB (Red+Green+Blue) = 206+169+208=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEA9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9D0 is #31562F. Grayscale: #B8B8B8. Windows color (decimal): -3233328 or 13674958. OLE color: 13674958.

HSL color Cylindrical-coordinate representation of color #CEA9D0: hue angle of 296.92º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEA9D0 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206169208-
CMYK0.010.1900.18
HSL296.92º29.32%73.92%-
HSV(B)296.92º18.75%81.57%-
XYZ51.0346.0565.87-
YUV184.51141.26143.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 169 (66.41% from 255) = 28.99%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=35.33%
G=28.99%
B=35.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061692080.010.1900.18296.9229.3273.92
HexCEA9D01130121291d4a
Octal31625132012302245135112
Binary110011101010100111010000110011010010100101001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA9D0; }

 p { color: rgb(206,169,208); }

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

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

 a { background-color: rgb(206,169,208); }

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

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

 span { border-color: rgb(206,169,208); }

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