#CAA5CE

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

Shades of Lilac #CAA5CE

Tints of Lilac #CAA5CE

Color information

#CAA5CE (or 0xCAA5CE) is unknown color: approx Lilac. HEX triplet: CA, A5 and CE. RGB value is (202,165,206). Sum of RGB (Red+Green+Blue) = 202+165+206=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAA5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5CE is #355A31. Grayscale: #B4B4B4. Windows color (decimal): -3496498 or 13542858. OLE color: 13542858.

HSL color Cylindrical-coordinate representation of color #CAA5CE: hue angle of 294.15º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA5CE is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202165206-
CMYK0.020.2000.19
HSL294.15º29.5%72.75%-
HSV(B)294.15º19.9%80.78%-
XYZ48.9543.9264.29-
YUV180.74142.26143.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 165 (64.84% from 255) = 28.80%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=35.25%
G=28.80%
B=35.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021652060.020.2000.19294.1529.572.75
HexCAA5CE2140131261d49
Octal31224531622402344635111
Binary1100101010100101110011101010100010011100100110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA5CE; }

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

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

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

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

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

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

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

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