#CAA8CE

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

Shades of Lilac #CAA8CE

Tints of Lilac #CAA8CE

Color information

#CAA8CE (or 0xCAA8CE) is unknown color: approx Lilac. HEX triplet: CA, A8 and CE. RGB value is (202,168,206). Sum of RGB (Red+Green+Blue) = 202+168+206=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAA8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8CE is #355731. Grayscale: #B6B6B6. Windows color (decimal): -3495730 or 13543626. OLE color: 13543626.

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

Color convert

RGB202168206-
CMYK0.020.1800.19
HSL293.68º27.94%73.33%-
HSV(B)293.68º18.45%80.78%-
XYZ49.545.0264.47-
YUV182.5141.26141.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 168 (66.02% from 255) = 29.17%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=35.07%
G=29.17%
B=35.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021682060.020.1800.19293.6827.9473.33
HexCAA8CE2120131261c49
Octal31225031622202344634111
Binary1100101010101000110011101010010010011100100110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8CE; }

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

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

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

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

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

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

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

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