#DEC4D7

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

Shades of French Lilac #DEC4D7

Tints of French Lilac #DEC4D7

Color information

#DEC4D7 (or 0xDEC4D7) is unknown color: approx French Lilac. HEX triplet: DE, C4 and D7. RGB value is (222,196,215). Sum of RGB (Red+Green+Blue) = 222+196+215=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4D7 is #213B28. Grayscale: #CDCDCD. Windows color (decimal): -2177833 or 14140638. OLE color: 14140638.

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

Color convert

RGB222196215-
CMYK00.120.030.13
HSL316.15º28.26%81.96%-
HSV(B)316.15º11.71%87.06%-
XYZ62.1359.9272.58-
YUV205.94133.11139.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 196 (76.95% from 255) = 30.96%
BLUE value IS 215 (84.38% from 255) = 33.97%
R=35.07%
G=30.96%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219621500.120.030.13316.1528.2681.96
HexDEC4D70C3D13c1c52
Octal33630432701431547434122
Binary11011110110001001101011101100111101100111100111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4D7; }

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

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

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

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

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

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

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

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