#CAA3D1

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

Shades of Lilac #CAA3D1

Tints of Lilac #CAA3D1

Color information

#CAA3D1 (or 0xCAA3D1) is unknown color: approx Lilac. HEX triplet: CA, A3 and D1. RGB value is (202,163,209). Sum of RGB (Red+Green+Blue) = 202+163+209=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAA3D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3D1 is #355C2E. Grayscale: #B3B3B3. Windows color (decimal): -3497007 or 13738954. OLE color: 13738954.

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

Color convert

RGB202163209-
CMYK0.030.2200.18
HSL290.87º33.33%72.94%-
HSV(B)290.87º22.01%81.96%-
XYZ48.9643.3566.11-
YUV179.9144.42143.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 163 (64.06% from 255) = 28.40%
BLUE value IS 209 (82.03% from 255) = 36.41%
R=35.19%
G=28.40%
B=36.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021632090.030.2200.18290.8733.3372.94
HexCAA3D13160121232149
Octal31224332132602244341111
Binary11001010101000111101000111101100100101001000111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA3D1; }

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

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

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

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

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

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

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

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