#DED2ED

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

Shades of Fog #DED2ED

Tints of Fog #DED2ED

Color information

#DED2ED (or 0xDED2ED) is unknown color: approx Fog. HEX triplet: DE, D2 and ED. RGB value is (222,210,237). Sum of RGB (Red+Green+Blue) = 222+210+237=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #DED2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED2ED is #212D12. Grayscale: #D8D8D8. Windows color (decimal): -2174227 or 15586014. OLE color: 15586014.

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

Color convert

RGB222210237-
CMYK0.060.1100.07
HSL266.67º42.86%87.65%-
HSV(B)266.67º11.39%92.94%-
XYZ68.4667.7489.59-
YUV216.67139.48131.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.18%
GREEN value IS 210 (82.42% from 255) = 31.39%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=33.18%
G=31.39%
B=35.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222102370.060.1100.07266.6742.8687.65
HexDED2ED6B0710b2b58
Octal3363223556130741353130
Binary110111101101001011101101110101101111000010111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED2ED; }

 p { color: rgb(222,210,237); }

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

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

 a { background-color: rgb(222,210,237); }

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

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

 span { border-color: rgb(222,210,237); }

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