#CAA9CC

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

Shades of Lilac #CAA9CC

Tints of Lilac #CAA9CC

Color information

#CAA9CC (or 0xCAA9CC) is unknown color: approx Lilac. HEX triplet: CA, A9 and CC. RGB value is (202,169,204). Sum of RGB (Red+Green+Blue) = 202+169+204=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAA9CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9CC is #355633. Grayscale: #B6B6B6. Windows color (decimal): -3495476 or 13412810. OLE color: 13412810.

HSL color Cylindrical-coordinate representation of color #CAA9CC: hue angle of 296.57º degrees, saturation: 0.26, 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 #CAA9CC is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB202169204-
CMYK0.010.1700.2
HSL296.57º25.55%73.14%-
HSV(B)296.57º17.16%80%-
XYZ49.4445.2963.26-
YUV182.86139.93141.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 169 (66.41% from 255) = 29.39%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=35.13%
G=29.39%
B=35.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021692040.010.1700.2296.5725.5573.14
HexCAA9CC1110141291a49
Octal31225131412102445132111
Binary110010101010100111001100110001010100100101001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA9CC; }

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

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

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

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

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

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

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

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