#CAA2D0

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

Shades of Lilac #CAA2D0

Tints of Lilac #CAA2D0

Color information

#CAA2D0 (or 0xCAA2D0) is unknown color: approx Lilac. HEX triplet: CA, A2 and D0. RGB value is (202,162,208). Sum of RGB (Red+Green+Blue) = 202+162+208=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAA2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2D0 is #355D2F. Grayscale: #B3B3B3. Windows color (decimal): -3497264 or 13673162. OLE color: 13673162.

HSL color Cylindrical-coordinate representation of color #CAA2D0: hue angle of 292.17º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAA2D0 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202162208-
CMYK0.030.2200.18
HSL292.17º32.86%72.55%-
HSV(B)292.17º22.12%81.57%-
XYZ48.6642.9565.4-
YUV179.2144.25144.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 162 (63.67% from 255) = 28.32%
BLUE value IS 208 (81.64% from 255) = 36.36%
R=35.31%
G=28.32%
B=36.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021622080.030.2200.18292.1732.8672.55
HexCAA2D03160121242149
Octal31224232032602244441111
Binary11001010101000101101000011101100100101001001001000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA2D0; }

 p { color: rgb(202,162,208); }

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

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

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

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

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

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

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