#CAB2C7

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

Shades of Lilac #CAB2C7

Tints of Lilac #CAB2C7

Color information

#CAB2C7 (or 0xCAB2C7) is unknown color: approx Lilac. HEX triplet: CA, B2 and C7. RGB value is (202,178,199). Sum of RGB (Red+Green+Blue) = 202+178+199=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2C7 is #354D38. Grayscale: #BBBBBB. Windows color (decimal): -3493177 or 13087434. OLE color: 13087434.

HSL color Cylindrical-coordinate representation of color #CAB2C7: hue angle of 307.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 #CAB2C7 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB202178199-
CMYK00.120.010.21
HSL307.5º18.46%74.51%-
HSV(B)307.5º11.88%79.22%-
XYZ50.5948.5260.73-
YUV187.57134.45138.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 178 (69.92% from 255) = 30.74%
BLUE value IS 199 (78.12% from 255) = 34.37%
R=34.89%
G=30.74%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217819900.120.010.21307.518.4674.51
HexCAB2C70C115134124b
Octal31226230701412546422113
Binary11001010101100101100011101100110101100110100100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2C7; }

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

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

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

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

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

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

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

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