#CAABCB

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

Shades of Lilac #CAABCB

Tints of Lilac #CAABCB

Color information

#CAABCB (or 0xCAABCB) is unknown color: approx Lilac. HEX triplet: CA, AB and CB. RGB value is (202,171,203). Sum of RGB (Red+Green+Blue) = 202+171+203=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABCB is #355434. Grayscale: #B7B7B7. Windows color (decimal): -3494965 or 13347786. OLE color: 13347786.

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

Color convert

RGB202171203-
CMYK0.000.1600.20
HSL298.12º23.53%73.33%-
HSV(B)298.12º15.76%79.61%-
XYZ49.745.9962.76-
YUV183.92138.77140.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=35.07%
G=29.69%
B=35.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021712030.000.1600.20298.1223.5373.33
HexCAABCB01001412a1849
Octal31225331302002445230111
Binary110010101010101111001011010000010100100101010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABCB; }

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

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

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

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

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

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

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

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