#DED4EE

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

Shades of Fog #DED4EE

Tints of Fog #DED4EE

Color information

#DED4EE (or 0xDED4EE) is unknown color: approx Fog. HEX triplet: DE, D4 and EE. RGB value is (222,212,238). Sum of RGB (Red+Green+Blue) = 222+212+238=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #DED4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED4EE is #212B11. Grayscale: #D9D9D9. Windows color (decimal): -2173714 or 15652062. OLE color: 15652062.

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

Color convert

RGB222212238-
CMYK0.070.1100.07
HSL263.08º43.33%88.24%-
HSV(B)263.08º10.92%93.33%-
XYZ69.168.7990.52-
YUV217.95139.31130.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.04%
GREEN value IS 212 (83.20% from 255) = 31.55%
BLUE value IS 238 (93.36% from 255) = 35.42%
R=33.04%
G=31.55%
B=35.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222122380.070.1100.07263.0843.3388.24
HexDED4EE7B071072b58
Octal3363243567130740753130
Binary110111101101010011101110111101101111000001111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED4EE; }

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

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

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

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

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

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

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

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