#CAA8CB

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

Shades of Lilac #CAA8CB

Tints of Lilac #CAA8CB

Color information

#CAA8CB (or 0xCAA8CB) is unknown color: approx Lilac. HEX triplet: CA, A8 and CB. RGB value is (202,168,203). Sum of RGB (Red+Green+Blue) = 202+168+203=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAA8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8CB is #355734. Grayscale: #B6B6B6. Windows color (decimal): -3495733 or 13347018. OLE color: 13347018.

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

Color convert

RGB202168203-
CMYK0.000.1700.20
HSL298.29º25.18%72.75%-
HSV(B)298.29º17.24%79.61%-
XYZ49.1444.8762.57-
YUV182.16139.76142.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 168 (66.02% from 255) = 29.32%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=35.25%
G=29.32%
B=35.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021682030.000.1700.20298.2925.1872.75
HexCAA8CB01101412a1949
Octal31225031302102445231111
Binary110010101010100011001011010001010100100101010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8CB; }

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

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

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

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

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

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

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

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