#CAA1D1

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

Shades of Lilac #CAA1D1

Tints of Lilac #CAA1D1

Color information

#CAA1D1 (or 0xCAA1D1) is unknown color: approx Lilac. HEX triplet: CA, A1 and D1. RGB value is (202,161,209). Sum of RGB (Red+Green+Blue) = 202+161+209=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAA1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1D1 is #355E2E. Grayscale: #B2B2B2. Windows color (decimal): -3497519 or 13738442. OLE color: 13738442.

HSL color Cylindrical-coordinate representation of color #CAA1D1: hue angle of 291.25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAA1D1 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202161209-
CMYK0.030.2300.18
HSL291.25º34.29%72.55%-
HSV(B)291.25º22.97%81.96%-
XYZ48.6142.6565.99-
YUV178.73145.08144.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 161 (63.28% from 255) = 28.15%
BLUE value IS 209 (82.03% from 255) = 36.54%
R=35.31%
G=28.15%
B=36.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021612090.030.2300.18291.2534.2972.55
HexCAA1D13170121232249
Octal31224132132702244342111
Binary11001010101000011101000111101110100101001000111000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA1D1; }

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

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

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

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

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

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

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

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