Shades of Sea Fog #DEDBD2
Tints of Sea Fog #DEDBD2
RGB
CMYK
RGB Variations
Color information
#DEDBD2 (or 0xDEDBD2) is known color: Sea Fog. HEX triplet: DE, DB and D2. RGB value is (222,219,210). Sum of RGB (Red+Green+Blue) = 222+219+210=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBD2 is #21242D. Grayscale: #DADADA. Windows color (decimal): -2171950 or 13818846. OLE color: 13818846.
HSL color Cylindrical-coordinate representation of color #DEDBD2: hue angle of 45º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEDBD2 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 210 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.13 |
| HSL | 45º | 0.15% | 0.85% | - |
| HSV(B) | 45º | 0.05% | 0.87% | - |
| XYZ | 67.09 | 70.85 | 71.11 | - |
| YUV | 218.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 210 | 0 | 0.01 | 0.05 | 0.13 | 45 | 0.15 | 0.85 |
| Hex | DE | DB | D2 | 0 | 1 | 5 | D | 2D | F | 55 |
| Octal | 336 | 333 | 322 | 0 | 1 | 5 | 15 | 55 | 17 | 125 |
| Binary | 11011110 | 11011011 | 11010010 | 0 | 1 | 101 | 1101 | 101101 | 1111 | 1010101 |
Color Harmonies of #DEDBD2
Complementary color
Monochromatic Colors of #DEDBD2
Black with #DEDBD2
Text Example
Text Example
White with #DEDBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBD2; }
p { color: rgb(222,219,210); }
H1.HeaderClassName
{
color: #DEDBD2;
}
.AnyTagClassName
{
color: #DEDBD2;
}
</style>
background-color css
<style>
a { background-color: #DEDBD2; }
a { background-color: rgb(222,219,210); }
div.DivClassName
{
background-color: #DEDBD2;
}
.BgClassName
{
background-color: #DEDBD2;
}
</style>
border-color css
<style>
span { border-color: #DEDBD2; }
span { border-color: rgb(222,219,210); }
td.TdClassName
{
border-color: #DEDBD2;
}
.TagClassName
{
border-color: #DEDBD2;
}
</style>