#CAAEC7

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

Shades of Lilac #CAAEC7

Tints of Lilac #CAAEC7

Color information

#CAAEC7 (or 0xCAAEC7) is unknown color: approx Lilac. HEX triplet: CA, AE and C7. RGB value is (202,174,199). Sum of RGB (Red+Green+Blue) = 202+174+199=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEC7 is #355138. Grayscale: #B9B9B9. Windows color (decimal): -3494201 or 13086410. OLE color: 13086410.

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

Color convert

RGB202174199-
CMYK00.140.010.21
HSL306.43º20.9%73.73%-
HSV(B)306.43º13.86%79.22%-
XYZ49.846.9560.47-
YUV185.22135.78139.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 199 (78.12% from 255) = 34.61%
R=35.13%
G=30.26%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217419900.140.010.21306.4320.973.73
HexCAAEC70E115132154a
Octal31225630701612546225112
Binary11001010101011101100011101110110101100110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEC7; }

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

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

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

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

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

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

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

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