#CAB1CB

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

Shades of Lilac #CAB1CB

Tints of Lilac #CAB1CB

Color information

#CAB1CB (or 0xCAB1CB) is unknown color: approx Lilac. HEX triplet: CA, B1 and CB. RGB value is (202,177,203). Sum of RGB (Red+Green+Blue) = 202+177+203=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAB1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1CB is #354E34. Grayscale: #BBBBBB. Windows color (decimal): -3493429 or 13349322. OLE color: 13349322.

HSL color Cylindrical-coordinate representation of color #CAB1CB: hue angle of 297.69º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAB1CB is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202177203-
CMYK0.000.1300.20
HSL297.69º20%74.51%-
HSV(B)297.69º12.81%79.61%-
XYZ50.8648.3163.14-
YUV187.44136.78138.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 177 (69.53% from 255) = 30.41%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=34.71%
G=30.41%
B=34.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021772030.000.1300.20297.692074.51
HexCAB1CB0D01412a144b
Octal31226131301502445224113
Binary11001010101100011100101101101010100100101010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1CB; }

 p { color: rgb(202,177,203); }

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

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

 a { background-color: rgb(202,177,203); }

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

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

 span { border-color: rgb(202,177,203); }

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