#CAA8C9

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

Shades of Lilac #CAA8C9

Tints of Lilac #CAA8C9

Color information

#CAA8C9 (or 0xCAA8C9) is unknown color: approx Lilac. HEX triplet: CA, A8 and C9. RGB value is (202,168,201). Sum of RGB (Red+Green+Blue) = 202+168+201=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8C9 is #355736. Grayscale: #B5B5B5. Windows color (decimal): -3495735 or 13215946. OLE color: 13215946.

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

Color convert

RGB202168201-
CMYK00.170.000.21
HSL301.76º24.29%72.55%-
HSV(B)301.76º16.83%79.22%-
XYZ48.944.7861.32-
YUV181.93138.76142.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 168 (66.02% from 255) = 29.42%
BLUE value IS 201 (78.91% from 255) = 35.20%
R=35.38%
G=29.42%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216820100.170.000.21301.7624.2972.55
HexCAA8C901101512e1849
Octal31225031102102545630111
Binary110010101010100011001001010001010101100101110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8C9; }

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

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

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

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

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

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

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

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