Shades of Sea Fog #DEDDD8
Tints of Sea Fog #DEDDD8
RGB
CMYK
RGB Variations
Color information
#DEDDD8 (or 0xDEDDD8) is known color: Sea Fog. HEX triplet: DE, DD and D8. RGB value is (222,221,216). Sum of RGB (Red+Green+Blue) = 222+221+216=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDD8 is #212227. Grayscale: #DCDCDC. Windows color (decimal): -2171432 or 14212574. OLE color: 14212574.
HSL color Cylindrical-coordinate representation of color #DEDDD8: hue angle of 50º degrees, saturation: 0.08, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEDDD8 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 221 | 216 | - |
CMYK | 0 | 0.00 | 0.03 | 0.13 |
HSL | 50º | 0.08% | 0.86% | - |
HSV(B) | 50º | 0.03% | 0.87% | - |
XYZ | 68.38 | 72.2 | 75.3 | - |
YUV | 220.73 | 125.33 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 216 | 0 | 0.00 | 0.03 | 0.13 | 50 | 0.08 | 0.86 |
Hex | DE | DD | D8 | 0 | 0 | 3 | D | 32 | 8 | 56 |
Octal | 336 | 335 | 330 | 0 | 0 | 3 | 15 | 62 | 10 | 126 |
Binary | 11011110 | 11011101 | 11011000 | 0 | 0 | 11 | 1101 | 110010 | 1000 | 1010110 |
Color Harmonies of #DEDDD8
Complementary color
Monochromatic Colors of #DEDDD8
Black with #DEDDD8
Text Example
Text Example
White with #DEDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDD8; }
p { color: rgb(222,221,216); }
H1.HeaderClassName
{
color: #DEDDD8;
}
.AnyTagClassName
{
color: #DEDDD8;
}
</style>
background-color css
<style>
a { background-color: #DEDDD8; }
a { background-color: rgb(222,221,216); }
div.DivClassName
{
background-color: #DEDDD8;
}
.BgClassName
{
background-color: #DEDDD8;
}
</style>
border-color css
<style>
span { border-color: #DEDDD8; }
span { border-color: rgb(222,221,216); }
td.TdClassName
{
border-color: #DEDDD8;
}
.TagClassName
{
border-color: #DEDDD8;
}
</style>