#CAA8CD

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

Shades of Lilac #CAA8CD

Tints of Lilac #CAA8CD

Color information

#CAA8CD (or 0xCAA8CD) is unknown color: approx Lilac. HEX triplet: CA, A8 and CD. RGB value is (202,168,205). Sum of RGB (Red+Green+Blue) = 202+168+205=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAA8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8CD is #355732. Grayscale: #B6B6B6. Windows color (decimal): -3495731 or 13478090. OLE color: 13478090.

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

Color convert

RGB202168205-
CMYK0.010.1800.20
HSL295.14º27.01%73.14%-
HSV(B)295.14º18.05%80.39%-
XYZ49.3844.9763.84-
YUV182.38140.76141.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 168 (66.02% from 255) = 29.22%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=35.13%
G=29.22%
B=35.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021682050.010.1800.20295.1427.0173.14
HexCAA8CD1120141271b49
Octal31225031512202444733111
Binary110010101010100011001101110010010100100100111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8CD; }

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

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

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

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

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

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

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

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