#CAAACB

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

Shades of Lilac #CAAACB

Tints of Lilac #CAAACB

Color information

#CAAACB (or 0xCAAACB) is unknown color: approx Lilac. HEX triplet: CA, AA and CB. RGB value is (202,170,203). Sum of RGB (Red+Green+Blue) = 202+170+203=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAAACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAACB is #355534. Grayscale: #B7B7B7. Windows color (decimal): -3495221 or 13347530. OLE color: 13347530.

HSL color Cylindrical-coordinate representation of color #CAAACB: hue angle of 298.18º 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 #CAAACB is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202170203-
CMYK0.000.1600.20
HSL298.18º24.09%73.14%-
HSV(B)298.18º16.26%79.61%-
XYZ49.5145.6262.7-
YUV183.33139.1141.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 170 (66.80% from 255) = 29.57%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=35.13%
G=29.57%
B=35.30%

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
Decimal2021702030.000.1600.20298.1824.0973.14
HexCAAACB01001412a1849
Octal31225231302002445230111
Binary110010101010101011001011010000010100100101010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAACB; }

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

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

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

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

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

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

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

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