#DED8EE

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

Shades of Fog #DED8EE

Tints of Fog #DED8EE

Color information

#DED8EE (or 0xDED8EE) is unknown color: approx Fog. HEX triplet: DE, D8 and EE. RGB value is (222,216,238). Sum of RGB (Red+Green+Blue) = 222+216+238=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 238 - color contains mainly: blue. Hex color #DED8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED8EE is #212711. Grayscale: #DCDCDC. Windows color (decimal): -2172690 or 15653086. OLE color: 15653086.

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

Color convert

RGB222216238-
CMYK0.070.0900.07
HSL256.36º39.29%89.02%-
HSV(B)256.36º9.24%93.33%-
XYZ70.1170.8190.86-
YUV220.3137.99129.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.84%
GREEN value IS 216 (84.77% from 255) = 31.95%
BLUE value IS 238 (93.36% from 255) = 35.21%
R=32.84%
G=31.95%
B=35.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222162380.070.0900.07256.3639.2989.02
HexDED8EE79071002759
Octal3363303567110740047131
Binary110111101101100011101110111100101111000000001001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED8EE; }

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

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

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

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

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

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

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

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