#DEA6CC

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

Shades of French Lilac #DEA6CC

Tints of French Lilac #DEA6CC

Color information

#DEA6CC (or 0xDEA6CC) is unknown color: approx French Lilac. HEX triplet: DE, A6 and CC. RGB value is (222,166,204). Sum of RGB (Red+Green+Blue) = 222+166+204=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6CC is #215933. Grayscale: #BABABA. Windows color (decimal): -2185524 or 13412062. OLE color: 13412062.

HSL color Cylindrical-coordinate representation of color #DEA6CC: hue angle of 319.29º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEA6CC is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222166204-
CMYK00.250.080.13
HSL319.29º45.9%76.08%-
HSV(B)319.29º25.23%87.06%-
XYZ54.6647.1663.35-
YUV187.08137.55152.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 166 (65.23% from 255) = 28.04%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=37.5%
G=28.04%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216620400.250.080.13319.2945.976.08
HexDEA6CC0198D13f2e4c
Octal336246314031101547756114
Binary110111101010011011001100011001100011011001111111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA6CC; }

 p { color: rgb(222,166,204); }

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

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

 a { background-color: rgb(222,166,204); }

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

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

 span { border-color: rgb(222,166,204); }

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