#CAA8C7

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

Shades of Lilac #CAA8C7

Tints of Lilac #CAA8C7

Color information

#CAA8C7 (or 0xCAA8C7) is unknown color: approx Lilac. HEX triplet: CA, A8 and C7. RGB value is (202,168,199). Sum of RGB (Red+Green+Blue) = 202+168+199=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8C7 is #355738. Grayscale: #B5B5B5. Windows color (decimal): -3495737 or 13084874. OLE color: 13084874.

HSL color Cylindrical-coordinate representation of color #CAA8C7: hue angle of 305.29º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAA8C7 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB202168199-
CMYK00.170.010.21
HSL305.29º24.29%72.55%-
HSV(B)305.29º16.83%79.22%-
XYZ48.6744.6960.09-
YUV181.7137.76142.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 168 (66.02% from 255) = 29.53%
BLUE value IS 199 (78.12% from 255) = 34.97%
R=35.50%
G=29.53%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216819900.170.010.21305.2924.2972.55
HexCAA8C70111151311849
Octal31225030702112546130111
Binary110010101010100011000111010001110101100110001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8C7; }

 p { color: rgb(202,168,199); }

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

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

 a { background-color: rgb(202,168,199); }

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

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

 span { border-color: rgb(202,168,199); }

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