Shades of Sea Fog #DEDDD6
Tints of Sea Fog #DEDDD6
RGB
CMYK
RGB Variations
Color information
#DEDDD6 (or 0xDEDDD6) is known color: Sea Fog. HEX triplet: DE, DD and D6. RGB value is (222,221,214). Sum of RGB (Red+Green+Blue) = 222+221+214=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDD6 is #212229. Grayscale: #DCDCDC. Windows color (decimal): -2171434 or 14081502. OLE color: 14081502.
HSL color Cylindrical-coordinate representation of color #DEDDD6: hue angle of 52.5º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEDDD6 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 221 | 214 | - |
CMYK | 0 | 0.00 | 0.04 | 0.13 |
HSL | 52.5º | 0.11% | 0.85% | - |
HSV(B) | 52.5º | 0.04% | 0.87% | - |
XYZ | 68.12 | 72.1 | 73.94 | - |
YUV | 220.5 | 124.33 | 129.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 214 | 0 | 0.00 | 0.04 | 0.13 | 52.5 | 0.11 | 0.85 |
Hex | DE | DD | D6 | 0 | 0 | 4 | D | 34 | B | 55 |
Octal | 336 | 335 | 326 | 0 | 0 | 4 | 15 | 64 | 13 | 125 |
Binary | 11011110 | 11011101 | 11010110 | 0 | 0 | 100 | 1101 | 110100 | 1011 | 1010101 |
Color Harmonies of #DEDDD6
Complementary color
Monochromatic Colors of #DEDDD6
Black with #DEDDD6
Text Example
Text Example
White with #DEDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDD6; }
p { color: rgb(222,221,214); }
H1.HeaderClassName
{
color: #DEDDD6;
}
.AnyTagClassName
{
color: #DEDDD6;
}
</style>
background-color css
<style>
a { background-color: #DEDDD6; }
a { background-color: rgb(222,221,214); }
div.DivClassName
{
background-color: #DEDDD6;
}
.BgClassName
{
background-color: #DEDDD6;
}
</style>
border-color css
<style>
span { border-color: #DEDDD6; }
span { border-color: rgb(222,221,214); }
td.TdClassName
{
border-color: #DEDDD6;
}
.TagClassName
{
border-color: #DEDDD6;
}
</style>