Shades of Sea Fog #DEDBD3
Tints of Sea Fog #DEDBD3
RGB
CMYK
RGB Variations
Color information
#DEDBD3 (or 0xDEDBD3) is known color: Sea Fog. HEX triplet: DE, DB and D3. RGB value is (222,219,211). Sum of RGB (Red+Green+Blue) = 222+219+211=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBD3 is #21242C. Grayscale: #DBDBDB. Windows color (decimal): -2171949 or 13884382. OLE color: 13884382.
HSL color Cylindrical-coordinate representation of color #DEDBD3: hue angle of 43.64º degrees, saturation: 0.14, 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 #DEDBD3 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 211 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.13 |
| HSL | 43.64º | 0.14% | 0.85% | - |
| HSV(B) | 43.64º | 0.05% | 0.87% | - |
| XYZ | 67.21 | 70.9 | 71.77 | - |
| YUV | 218.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 211 | 0 | 0.01 | 0.05 | 0.13 | 43.64 | 0.14 | 0.85 |
| Hex | DE | DB | D3 | 0 | 1 | 5 | D | 2C | E | 55 |
| Octal | 336 | 333 | 323 | 0 | 1 | 5 | 15 | 54 | 16 | 125 |
| Binary | 11011110 | 11011011 | 11010011 | 0 | 1 | 101 | 1101 | 101100 | 1110 | 1010101 |
Color Harmonies of #DEDBD3
Complementary color
Monochromatic Colors of #DEDBD3
Black with #DEDBD3
Text Example
Text Example
White with #DEDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBD3; }
p { color: rgb(222,219,211); }
H1.HeaderClassName
{
color: #DEDBD3;
}
.AnyTagClassName
{
color: #DEDBD3;
}
</style>
background-color css
<style>
a { background-color: #DEDBD3; }
a { background-color: rgb(222,219,211); }
div.DivClassName
{
background-color: #DEDBD3;
}
.BgClassName
{
background-color: #DEDBD3;
}
</style>
border-color css
<style>
span { border-color: #DEDBD3; }
span { border-color: rgb(222,219,211); }
td.TdClassName
{
border-color: #DEDBD3;
}
.TagClassName
{
border-color: #DEDBD3;
}
</style>