#CAAEC9

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

Shades of Lilac #CAAEC9

Tints of Lilac #CAAEC9

Color information

#CAAEC9 (or 0xCAAEC9) is unknown color: approx Lilac. HEX triplet: CA, AE and C9. RGB value is (202,174,201). Sum of RGB (Red+Green+Blue) = 202+174+201=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEC9 is #355136. Grayscale: #B9B9B9. Windows color (decimal): -3494199 or 13217482. OLE color: 13217482.

HSL color Cylindrical-coordinate representation of color #CAAEC9: hue angle of 302.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAAEC9 is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB202174201-
CMYK00.140.000.21
HSL302.14º20.9%73.73%-
HSV(B)302.14º13.86%79.22%-
XYZ50.0447.0561.7-
YUV185.45136.78139.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=35.01%
G=30.16%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217420100.140.000.21302.1420.973.73
HexCAAEC90E01512e154a
Octal31225631101602545625112
Binary11001010101011101100100101110010101100101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEC9; }

 p { color: rgb(202,174,201); }

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

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

 a { background-color: rgb(202,174,201); }

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

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

 span { border-color: rgb(202,174,201); }

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