#CAABCC

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

Shades of Lilac #CAABCC

Tints of Lilac #CAABCC

Color information

#CAABCC (or 0xCAABCC) is unknown color: approx Lilac. HEX triplet: CA, AB and CC. RGB value is (202,171,204). Sum of RGB (Red+Green+Blue) = 202+171+204=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABCC is #355433. Grayscale: #B7B7B7. Windows color (decimal): -3494964 or 13413322. OLE color: 13413322.

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

Color convert

RGB202171204-
CMYK0.010.1600.2
HSL296.36º24.44%73.53%-
HSV(B)296.36º16.18%80%-
XYZ49.8246.0463.39-
YUV184.03139.27140.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 171 (67.19% from 255) = 29.64%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=35.01%
G=29.64%
B=35.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021712040.010.1600.2296.3624.4473.53
HexCAABCC110014128184a
Octal31225331412002445030112
Binary110010101010101111001100110000010100100101000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABCC; }

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

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

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

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

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

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

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

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