#CAABCA

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

Shades of Lilac #CAABCA

Tints of Lilac #CAABCA

Color information

#CAABCA (or 0xCAABCA) is unknown color: approx Lilac. HEX triplet: CA, AB and CA. RGB value is (202,171,202). Sum of RGB (Red+Green+Blue) = 202+171+202=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABCA is #355435. Grayscale: #B7B7B7. Windows color (decimal): -3494966 or 13282250. OLE color: 13282250.

HSL color Cylindrical-coordinate representation of color #CAABCA: hue angle of 300º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAABCA is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB202171202-
CMYK00.1500.21
HSL300º22.63%73.14%-
HSV(B)300º15.35%79.22%-
XYZ49.5845.9562.13-
YUV183.8138.27140.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=35.13%
G=29.74%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217120200.1500.2130022.6373.14
HexCAABCA0F01512c1749
Octal31225331201702545427111
Binary11001010101010111100101001111010101100101100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABCA; }

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

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

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

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

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

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

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

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