#DED4EC

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

Shades of Fog #DED4EC

Tints of Fog #DED4EC

Color information

#DED4EC (or 0xDED4EC) is unknown color: approx Fog. HEX triplet: DE, D4 and EC. RGB value is (222,212,236). Sum of RGB (Red+Green+Blue) = 222+212+236=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #DED4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED4EC is #212B13. Grayscale: #D9D9D9. Windows color (decimal): -2173716 or 15520990. OLE color: 15520990.

HSL color Cylindrical-coordinate representation of color #DED4EC: hue angle of 265º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DED4EC is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222212236-
CMYK0.060.1000.07
HSL265º38.71%87.84%-
HSV(B)265º10.17%92.55%-
XYZ68.8168.6788.99-
YUV217.73138.31131.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.13%
GREEN value IS 212 (83.20% from 255) = 31.64%
BLUE value IS 236 (92.58% from 255) = 35.22%
R=33.13%
G=31.64%
B=35.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222122360.060.1000.0726538.7187.84
HexDED4EC6A071092758
Octal3363243546120741147130
Binary110111101101010011101100110101001111000010011001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED4EC; }

 p { color: rgb(222,212,236); }

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

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

 a { background-color: rgb(222,212,236); }

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

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

 span { border-color: rgb(222,212,236); }

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