#DED3DB

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

Shades of French Lilac #DED3DB

Tints of French Lilac #DED3DB

Color information

#DED3DB (or 0xDED3DB) is unknown color: approx French Lilac. HEX triplet: DE, D3 and DB. RGB value is (222,211,219). Sum of RGB (Red+Green+Blue) = 222+211+219=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED3DB is #212C24. Grayscale: #D7D7D7. Windows color (decimal): -2173989 or 14406622. OLE color: 14406622.

HSL color Cylindrical-coordinate representation of color #DED3DB: hue angle of 316.36º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DED3DB is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB222211219-
CMYK00.050.010.13
HSL316.36º14.29%84.9%-
HSV(B)316.36º4.95%87.06%-
XYZ66.267.2376.51-
YUV215.2130.14132.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 211 (82.81% from 255) = 32.36%
BLUE value IS 219 (85.94% from 255) = 33.59%
R=34.05%
G=32.36%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221121900.050.010.13316.3614.2984.9
HexDED3DB051D13ce55
Octal3363233330511547416125
Binary11011110110100111101101101011110110011110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED3DB; }

 p { color: rgb(222,211,219); }

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

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

 a { background-color: rgb(222,211,219); }

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

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

 span { border-color: rgb(222,211,219); }

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