#CAA7CE

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

Shades of Lilac #CAA7CE

Tints of Lilac #CAA7CE

Color information

#CAA7CE (or 0xCAA7CE) is unknown color: approx Lilac. HEX triplet: CA, A7 and CE. RGB value is (202,167,206). Sum of RGB (Red+Green+Blue) = 202+167+206=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAA7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7CE is #355831. Grayscale: #B5B5B5. Windows color (decimal): -3495986 or 13543370. OLE color: 13543370.

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

Color convert

RGB202167206-
CMYK0.020.1900.19
HSL293.85º28.47%73.14%-
HSV(B)293.85º18.93%80.78%-
XYZ49.3244.6564.41-
YUV181.91141.6142.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 167 (65.62% from 255) = 29.04%
BLUE value IS 206 (80.86% from 255) = 35.83%
R=35.13%
G=29.04%
B=35.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021672060.020.1900.19293.8528.4773.14
HexCAA7CE2130131261c49
Octal31224731622302344634111
Binary1100101010100111110011101010011010011100100110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7CE; }

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

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

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

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

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

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

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

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