#DEC4D9

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

Shades of French Lilac #DEC4D9

Tints of French Lilac #DEC4D9

Color information

#DEC4D9 (or 0xDEC4D9) is unknown color: approx French Lilac. HEX triplet: DE, C4 and D9. RGB value is (222,196,217). Sum of RGB (Red+Green+Blue) = 222+196+217=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4D9 is #213B26. Grayscale: #CECECE. Windows color (decimal): -2177831 or 14271710. OLE color: 14271710.

HSL color Cylindrical-coordinate representation of color #DEC4D9: hue angle of 311.54º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEC4D9 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222196217-
CMYK00.120.020.13
HSL311.54º28.26%81.96%-
HSV(B)311.54º11.71%87.06%-
XYZ62.3960.0273.94-
YUV206.17134.11139.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 196 (76.95% from 255) = 30.87%
BLUE value IS 217 (85.16% from 255) = 34.17%
R=34.96%
G=30.87%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219621700.120.020.13311.5428.2681.96
HexDEC4D90C2D1381c52
Octal33630433101421547034122
Binary11011110110001001101100101100101101100111000111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4D9; }

 p { color: rgb(222,196,217); }

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

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

 a { background-color: rgb(222,196,217); }

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

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

 span { border-color: rgb(222,196,217); }

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