#CAA6CD

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

Shades of Lilac #CAA6CD

Tints of Lilac #CAA6CD

Color information

#CAA6CD (or 0xCAA6CD) is unknown color: approx Lilac. HEX triplet: CA, A6 and CD. RGB value is (202,166,205). Sum of RGB (Red+Green+Blue) = 202+166+205=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6CD is #355932. Grayscale: #B5B5B5. Windows color (decimal): -3496243 or 13477578. OLE color: 13477578.

HSL color Cylindrical-coordinate representation of color #CAA6CD: hue angle of 295.38º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA6CD is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202166205-
CMYK0.010.1900.20
HSL295.38º28.06%72.75%-
HSV(B)295.38º19.02%80.39%-
XYZ49.0144.2463.71-
YUV181.21141.43142.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 166 (65.23% from 255) = 28.97%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=35.25%
G=28.97%
B=35.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021662050.010.1900.20295.3828.0672.75
HexCAA6CD1130141271c49
Octal31224631512302444734111
Binary110010101010011011001101110011010100100100111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6CD; }

 p { color: rgb(202,166,205); }

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

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

 a { background-color: rgb(202,166,205); }

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

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

 span { border-color: rgb(202,166,205); }

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