Shades of Fog #DED9E6
Tints of Fog #DED9E6
RGB
CMYK
RGB Variations
Color information
#DED9E6 (or 0xDED9E6) is known color: Fog. HEX triplet: DE, D9 and E6. RGB value is (222,217,230). Sum of RGB (Red+Green+Blue) = 222+217+230=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 230 - color contains mainly: blue. Hex color #DED9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9E6 is #212619. Grayscale: #DBDBDB. Windows color (decimal): -2172442 or 15129054. OLE color: 15129054.
HSL color Cylindrical-coordinate representation of color #DED9E6: hue angle of 263.08º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DED9E6 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 217 | 230 | - |
CMYK | 0.03 | 0.06 | 0 | 0.10 |
HSL | 263.08º | 0.21% | 0.88% | - |
HSV(B) | 263.08º | 0.06% | 0.9% | - |
XYZ | 69.22 | 70.87 | 84.89 | - |
YUV | 219.98 | 133.66 | 129.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 217 | 230 | 0.03 | 0.06 | 0 | 0.10 | 263.08 | 0.21 | 0.88 |
Hex | DE | D9 | E6 | 3 | 6 | 0 | A | 107 | 15 | 58 |
Octal | 336 | 331 | 346 | 3 | 6 | 0 | 12 | 407 | 25 | 130 |
Binary | 11011110 | 11011001 | 11100110 | 11 | 110 | 0 | 1010 | 100000111 | 10101 | 1011000 |
Color Harmonies of #DED9E6
Complementary color
Monochromatic Colors of #DED9E6
Black with #DED9E6
Text Example
Text Example
White with #DED9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9E6; }
p { color: rgb(222,217,230); }
H1.HeaderClassName
{
color: #DED9E6;
}
.AnyTagClassName
{
color: #DED9E6;
}
</style>
background-color css
<style>
a { background-color: #DED9E6; }
a { background-color: rgb(222,217,230); }
div.DivClassName
{
background-color: #DED9E6;
}
.BgClassName
{
background-color: #DED9E6;
}
</style>
border-color css
<style>
span { border-color: #DED9E6; }
span { border-color: rgb(222,217,230); }
td.TdClassName
{
border-color: #DED9E6;
}
.TagClassName
{
border-color: #DED9E6;
}
</style>