#CAA2CE

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

Shades of Lilac #CAA2CE

Tints of Lilac #CAA2CE

Color information

#CAA2CE (or 0xCAA2CE) is unknown color: approx Lilac. HEX triplet: CA, A2 and CE. RGB value is (202,162,206). Sum of RGB (Red+Green+Blue) = 202+162+206=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAA2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2CE is #355D31. Grayscale: #B2B2B2. Windows color (decimal): -3497266 or 13542090. OLE color: 13542090.

HSL color Cylindrical-coordinate representation of color #CAA2CE: hue angle of 294.55º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAA2CE is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202162206-
CMYK0.020.2100.19
HSL294.55º30.99%72.16%-
HSV(B)294.55º21.36%80.78%-
XYZ48.4242.8564.11-
YUV178.98143.25144.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 162 (63.67% from 255) = 28.42%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=35.44%
G=28.42%
B=36.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021622060.020.2100.19294.5530.9972.16
HexCAA2CE2150131271f48
Octal31224231622502344737110
Binary1100101010100010110011101010101010011100100111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA2CE; }

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

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

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

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

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

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

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

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