#CAB2C9

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

Shades of Lilac #CAB2C9

Tints of Lilac #CAB2C9

Color information

#CAB2C9 (or 0xCAB2C9) is unknown color: approx Lilac. HEX triplet: CA, B2 and C9. RGB value is (202,178,201). Sum of RGB (Red+Green+Blue) = 202+178+201=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2C9 is #354D36. Grayscale: #BBBBBB. Windows color (decimal): -3493175 or 13218506. OLE color: 13218506.

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

Color convert

RGB202178201-
CMYK00.120.000.21
HSL302.5º18.46%74.51%-
HSV(B)302.5º11.88%79.22%-
XYZ50.8248.6161.96-
YUV187.8135.45138.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 178 (69.92% from 255) = 30.64%
BLUE value IS 201 (78.91% from 255) = 34.60%
R=34.77%
G=30.64%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217820100.120.000.21302.518.4674.51
HexCAB2C90C01512e124b
Octal31226231101402545622113
Binary11001010101100101100100101100010101100101110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2C9; }

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

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

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

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

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

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

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

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