#DEC4DA

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

Shades of French Lilac #DEC4DA

Tints of French Lilac #DEC4DA

Color information

#DEC4DA (or 0xDEC4DA) is unknown color: approx French Lilac. HEX triplet: DE, C4 and DA. RGB value is (222,196,218). Sum of RGB (Red+Green+Blue) = 222+196+218=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4DA is #213B25. Grayscale: #CECECE. Windows color (decimal): -2177830 or 14337246. OLE color: 14337246.

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

Color convert

RGB222196218-
CMYK00.120.020.13
HSL309.23º28.26%81.96%-
HSV(B)309.23º11.71%87.06%-
XYZ62.5260.0774.63-
YUV206.28134.61139.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.91%
GREEN value IS 196 (76.95% from 255) = 30.82%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=34.91%
G=30.82%
B=34.28%

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
Decimal22219621800.120.020.13309.2328.2681.96
HexDEC4DA0C2D1351c52
Octal33630433201421546534122
Binary11011110110001001101101001100101101100110101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4DA; }

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

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

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

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

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

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

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

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