#DEC2DA

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

Shades of French Lilac #DEC2DA

Tints of French Lilac #DEC2DA

Color information

#DEC2DA (or 0xDEC2DA) is unknown color: approx French Lilac. HEX triplet: DE, C2 and DA. RGB value is (222,194,218). Sum of RGB (Red+Green+Blue) = 222+194+218=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2DA is #213D25. Grayscale: #CDCDCD. Windows color (decimal): -2178342 or 14336734. OLE color: 14336734.

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

Color convert

RGB222194218-
CMYK00.130.020.13
HSL308.57º29.79%81.57%-
HSV(B)308.57º12.61%87.06%-
XYZ62.0759.1874.48-
YUV205.11135.28140.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 194 (76.17% from 255) = 30.60%
BLUE value IS 218 (85.55% from 255) = 34.38%
R=35.02%
G=30.60%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219421800.130.020.13308.5729.7981.57
HexDEC2DA0D2D1351e52
Octal33630233201521546536122
Binary11011110110000101101101001101101101100110101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC2DA; }

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

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

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

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

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

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

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

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