#DED5EE

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

Shades of Fog #DED5EE

Tints of Fog #DED5EE

Color information

#DED5EE (or 0xDED5EE) is unknown color: approx Fog. HEX triplet: DE, D5 and EE. RGB value is (222,213,238). Sum of RGB (Red+Green+Blue) = 222+213+238=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #DED5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED5EE is #212A11. Grayscale: #DADADA. Windows color (decimal): -2173458 or 15652318. OLE color: 15652318.

HSL color Cylindrical-coordinate representation of color #DED5EE: hue angle of 261.6º degrees, saturation: 0.42, 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 #DED5EE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222213238-
CMYK0.070.1100.07
HSL261.6º42.37%88.43%-
HSV(B)261.6º10.5%93.33%-
XYZ69.3569.2990.61-
YUV218.54138.98130.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.99%
GREEN value IS 213 (83.59% from 255) = 31.65%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=32.99%
G=31.65%
B=35.36%

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
Decimal2222132380.070.1100.07261.642.3788.43
HexDED5EE7B071062a58
Octal3363253567130740652130
Binary110111101101010111101110111101101111000001101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED5EE; }

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

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

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

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

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

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

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

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