Shades of Fog #DED9E9
Tints of Fog #DED9E9
RGB
CMYK
RGB Variations
Color information
#DED9E9 (or 0xDED9E9) is known color: Fog. HEX triplet: DE, D9 and E9. RGB value is (222,217,233). Sum of RGB (Red+Green+Blue) = 222+217+233=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 233 - color contains mainly: blue. Hex color #DED9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9E9 is #212616. Grayscale: #DCDCDC. Windows color (decimal): -2172439 or 15325662. OLE color: 15325662.
HSL color Cylindrical-coordinate representation of color #DED9E9: hue angle of 258.75º degrees, saturation: 0.27, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DED9E9 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 222 | 217 | 233 | - |
CMYK | 0.05 | 0.07 | 0 | 0.09 |
HSL | 258.75º | 0.27% | 0.88% | - |
HSV(B) | 258.75º | 0.07% | 0.91% | - |
XYZ | 69.65 | 71.04 | 87.13 | - |
YUV | 220.32 | 135.16 | 129.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 217 | 233 | 0.05 | 0.07 | 0 | 0.09 | 258.75 | 0.27 | 0.88 |
Hex | DE | D9 | E9 | 5 | 7 | 0 | 9 | 103 | 1B | 58 |
Octal | 336 | 331 | 351 | 5 | 7 | 0 | 11 | 403 | 33 | 130 |
Binary | 11011110 | 11011001 | 11101001 | 101 | 111 | 0 | 1001 | 100000011 | 11011 | 1011000 |
Color Harmonies of #DED9E9
Complementary color
Monochromatic Colors of #DED9E9
Black with #DED9E9
Text Example
Text Example
White with #DED9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9E9; }
p { color: rgb(222,217,233); }
H1.HeaderClassName
{
color: #DED9E9;
}
.AnyTagClassName
{
color: #DED9E9;
}
</style>
background-color css
<style>
a { background-color: #DED9E9; }
a { background-color: rgb(222,217,233); }
div.DivClassName
{
background-color: #DED9E9;
}
.BgClassName
{
background-color: #DED9E9;
}
</style>
border-color css
<style>
span { border-color: #DED9E9; }
span { border-color: rgb(222,217,233); }
td.TdClassName
{
border-color: #DED9E9;
}
.TagClassName
{
border-color: #DED9E9;
}
</style>