#CAA7D1

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

Shades of Lilac #CAA7D1

Tints of Lilac #CAA7D1

Color information

#CAA7D1 (or 0xCAA7D1) is unknown color: approx Lilac. HEX triplet: CA, A7 and D1. RGB value is (202,167,209). Sum of RGB (Red+Green+Blue) = 202+167+209=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAA7D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7D1 is #35582E. Grayscale: #B6B6B6. Windows color (decimal): -3495983 or 13739978. OLE color: 13739978.

HSL color Cylindrical-coordinate representation of color #CAA7D1: hue angle of 290º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA7D1 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202167209-
CMYK0.030.2000.18
HSL290º31.34%73.73%-
HSV(B)290º20.1%81.96%-
XYZ49.6844.866.35-
YUV182.25143.1142.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.95%
GREEN value IS 167 (65.62% from 255) = 28.89%
BLUE value IS 209 (82.03% from 255) = 36.16%
R=34.95%
G=28.89%
B=36.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021672090.030.2000.1829031.3473.73
HexCAA7D13140121221f4a
Octal31224732132402244237112
Binary1100101010100111110100011110100010010100100010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7D1; }

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

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

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

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

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

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

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

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