#CAACC7

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

Shades of Lilac #CAACC7

Tints of Lilac #CAACC7

Color information

#CAACC7 (or 0xCAACC7) is unknown color: approx Lilac. HEX triplet: CA, AC and C7. RGB value is (202,172,199). Sum of RGB (Red+Green+Blue) = 202+172+199=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACC7 is #355338. Grayscale: #B7B7B7. Windows color (decimal): -3494713 or 13085898. OLE color: 13085898.

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

Color convert

RGB202172199-
CMYK00.150.010.21
HSL306º22.06%73.33%-
HSV(B)306º14.85%79.22%-
XYZ49.4246.1960.34-
YUV184.05136.44140.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 199 (78.12% from 255) = 34.73%
R=35.25%
G=30.02%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217219900.150.010.2130622.0673.33
HexCAACC70F1151321649
Octal31225430701712546226111
Binary11001010101011001100011101111110101100110010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACC7; }

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

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

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

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

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

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

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

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