#CAA7D0

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

Shades of Lilac #CAA7D0

Tints of Lilac #CAA7D0

Color information

#CAA7D0 (or 0xCAA7D0) is unknown color: approx Lilac. HEX triplet: CA, A7 and D0. RGB value is (202,167,208). Sum of RGB (Red+Green+Blue) = 202+167+208=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAA7D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7D0 is #35582F. Grayscale: #B6B6B6. Windows color (decimal): -3495984 or 13674442. OLE color: 13674442.

HSL color Cylindrical-coordinate representation of color #CAA7D0: hue angle of 291.22º degrees, saturation: 0.3, 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 #CAA7D0 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202167208-
CMYK0.030.2000.18
HSL291.22º30.37%73.53%-
HSV(B)291.22º19.71%81.57%-
XYZ49.5644.7565.7-
YUV182.14142.6142.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 167 (65.62% from 255) = 28.94%
BLUE value IS 208 (81.64% from 255) = 36.05%
R=35.01%
G=28.94%
B=36.05%

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
Decimal2021672080.030.2000.18291.2230.3773.53
HexCAA7D03140121231e4a
Octal31224732032402244336112
Binary1100101010100111110100001110100010010100100011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7D0; }

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

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

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

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

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

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

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

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