#CAA7CD

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

Shades of Lilac #CAA7CD

Tints of Lilac #CAA7CD

Color information

#CAA7CD (or 0xCAA7CD) is unknown color: approx Lilac. HEX triplet: CA, A7 and CD. RGB value is (202,167,205). Sum of RGB (Red+Green+Blue) = 202+167+205=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAA7CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7CD is #355832. Grayscale: #B5B5B5. Windows color (decimal): -3495987 or 13477834. OLE color: 13477834.

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

Color convert

RGB202167205-
CMYK0.010.1900.20
HSL295.26º27.54%72.94%-
HSV(B)295.26º18.54%80.39%-
XYZ49.244.663.77-
YUV181.8141.1142.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 167 (65.62% from 255) = 29.09%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=35.19%
G=29.09%
B=35.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021672050.010.1900.20295.2627.5472.94
HexCAA7CD1130141271c49
Octal31224731512302444734111
Binary110010101010011111001101110011010100100100111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7CD; }

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

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

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

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

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

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

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

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