#CAA9CD

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

Shades of Lilac #CAA9CD

Tints of Lilac #CAA9CD

Color information

#CAA9CD (or 0xCAA9CD) is unknown color: approx Lilac. HEX triplet: CA, A9 and CD. RGB value is (202,169,205). Sum of RGB (Red+Green+Blue) = 202+169+205=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAA9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9CD is #355632. Grayscale: #B6B6B6. Windows color (decimal): -3495475 or 13478346. OLE color: 13478346.

HSL color Cylindrical-coordinate representation of color #CAA9CD: hue angle of 295º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAA9CD is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202169205-
CMYK0.010.1800.20
HSL295º26.47%73.33%-
HSV(B)295º17.56%80.39%-
XYZ49.5645.3463.9-
YUV182.97140.43141.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 169 (66.41% from 255) = 29.34%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=35.07%
G=29.34%
B=35.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021692050.010.1800.2029526.4773.33
HexCAA9CD1120141271a49
Octal31225131512202444732111
Binary110010101010100111001101110010010100100100111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA9CD; }

 p { color: rgb(202,169,205); }

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

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

 a { background-color: rgb(202,169,205); }

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

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

 span { border-color: rgb(202,169,205); }

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