Shades of Fog #DED9E7
Tints of Fog #DED9E7
RGB
CMYK
RGB Variations
Color information
#DED9E7 (or 0xDED9E7) is known color: Fog. HEX triplet: DE, D9 and E7. RGB value is (222,217,231). Sum of RGB (Red+Green+Blue) = 222+217+231=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 231 (90.62% from 255 or 34.48% from 670); Max value from RGB is 231 - color contains mainly: blue. Hex color #DED9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9E7 is #212618. Grayscale: #DCDCDC. Windows color (decimal): -2172441 or 15194590. OLE color: 15194590.
HSL color Cylindrical-coordinate representation of color #DED9E7: hue angle of 261.43º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DED9E7 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 222 | 217 | 231 | - |
CMYK | 0.04 | 0.06 | 0 | 0.09 |
HSL | 261.43º | 0.23% | 0.88% | - |
HSV(B) | 261.43º | 0.06% | 0.91% | - |
XYZ | 69.36 | 70.92 | 85.64 | - |
YUV | 220.09 | 134.16 | 129.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 217 | 231 | 0.04 | 0.06 | 0 | 0.09 | 261.43 | 0.23 | 0.88 |
Hex | DE | D9 | E7 | 4 | 6 | 0 | 9 | 105 | 17 | 58 |
Octal | 336 | 331 | 347 | 4 | 6 | 0 | 11 | 405 | 27 | 130 |
Binary | 11011110 | 11011001 | 11100111 | 100 | 110 | 0 | 1001 | 100000101 | 10111 | 1011000 |
Color Harmonies of #DED9E7
Complementary color
Monochromatic Colors of #DED9E7
Black with #DED9E7
Text Example
Text Example
White with #DED9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9E7; }
p { color: rgb(222,217,231); }
H1.HeaderClassName
{
color: #DED9E7;
}
.AnyTagClassName
{
color: #DED9E7;
}
</style>
background-color css
<style>
a { background-color: #DED9E7; }
a { background-color: rgb(222,217,231); }
div.DivClassName
{
background-color: #DED9E7;
}
.BgClassName
{
background-color: #DED9E7;
}
</style>
border-color css
<style>
span { border-color: #DED9E7; }
span { border-color: rgb(222,217,231); }
td.TdClassName
{
border-color: #DED9E7;
}
.TagClassName
{
border-color: #DED9E7;
}
</style>