Shades of Sea Fog #DEDDD7
Tints of Sea Fog #DEDDD7
RGB
CMYK
RGB Variations
Color information
#DEDDD7 (or 0xDEDDD7) is known color: Sea Fog. HEX triplet: DE, DD and D7. RGB value is (222,221,215). Sum of RGB (Red+Green+Blue) = 222+221+215=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDD7 is #212228. Grayscale: #DCDCDC. Windows color (decimal): -2171433 or 14147038. OLE color: 14147038.
HSL color Cylindrical-coordinate representation of color #DEDDD7: hue angle of 51.43º degrees, saturation: 0.1, 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 #DEDDD7 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 221 | 215 | - |
CMYK | 0 | 0.00 | 0.03 | 0.13 |
HSL | 51.43º | 0.1% | 0.86% | - |
HSV(B) | 51.43º | 0.03% | 0.87% | - |
XYZ | 68.25 | 72.15 | 74.62 | - |
YUV | 220.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 215 | 0 | 0.00 | 0.03 | 0.13 | 51.43 | 0.1 | 0.86 |
Hex | DE | DD | D7 | 0 | 0 | 3 | D | 33 | A | 56 |
Octal | 336 | 335 | 327 | 0 | 0 | 3 | 15 | 63 | 12 | 126 |
Binary | 11011110 | 11011101 | 11010111 | 0 | 0 | 11 | 1101 | 110011 | 1010 | 1010110 |
Color Harmonies of #DEDDD7
Complementary color
Monochromatic Colors of #DEDDD7
Black with #DEDDD7
Text Example
Text Example
White with #DEDDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDD7; }
p { color: rgb(222,221,215); }
H1.HeaderClassName
{
color: #DEDDD7;
}
.AnyTagClassName
{
color: #DEDDD7;
}
</style>
background-color css
<style>
a { background-color: #DEDDD7; }
a { background-color: rgb(222,221,215); }
div.DivClassName
{
background-color: #DEDDD7;
}
.BgClassName
{
background-color: #DEDDD7;
}
</style>
border-color css
<style>
span { border-color: #DEDDD7; }
span { border-color: rgb(222,221,215); }
td.TdClassName
{
border-color: #DEDDD7;
}
.TagClassName
{
border-color: #DEDDD7;
}
</style>