#DEA6CE

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

Shades of French Lilac #DEA6CE

Tints of French Lilac #DEA6CE

Color information

#DEA6CE (or 0xDEA6CE) is unknown color: approx French Lilac. HEX triplet: DE, A6 and CE. RGB value is (222,166,206). Sum of RGB (Red+Green+Blue) = 222+166+206=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6CE is #215931. Grayscale: #BBBBBB. Windows color (decimal): -2185522 or 13543134. OLE color: 13543134.

HSL color Cylindrical-coordinate representation of color #DEA6CE: hue angle of 317.14º 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 #DEA6CE is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB222166206-
CMYK00.250.070.13
HSL317.14º45.9%76.08%-
HSV(B)317.14º25.23%87.06%-
XYZ54.947.2664.62-
YUV187.3138.55152.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 166 (65.23% from 255) = 27.95%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=37.37%
G=27.95%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216620600.250.070.13317.1445.976.08
HexDEA6CE0197D13d2e4c
Octal33624631603171547556114
Binary11011110101001101100111001100111111011001111011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA6CE; }

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

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

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

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

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

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

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

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