Shades of Sea Fog #DBD9D3
Tints of Sea Fog #DBD9D3
RGB
CMYK
RGB Variations
Color information
#DBD9D3 (or 0xDBD9D3) is known color: Sea Fog. HEX triplet: DB, D9 and D3. RGB value is (219,217,211). Sum of RGB (Red+Green+Blue) = 219+217+211=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9D3 is #24262C. Grayscale: #D8D8D8. Windows color (decimal): -2369069 or 13883867. OLE color: 13883867.
HSL color Cylindrical-coordinate representation of color #DBD9D3: hue angle of 45º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBD9D3 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 217 | 211 | - |
CMYK | 0 | 0.01 | 0.04 | 0.14 |
HSL | 45º | 0.1% | 0.84% | - |
HSV(B) | 45º | 0.04% | 0.86% | - |
XYZ | 65.78 | 69.39 | 71.55 | - |
YUV | 216.91 | 124.66 | 129.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 211 | 0 | 0.01 | 0.04 | 0.14 | 45 | 0.1 | 0.84 |
Hex | DB | D9 | D3 | 0 | 1 | 4 | E | 2D | A | 54 |
Octal | 333 | 331 | 323 | 0 | 1 | 4 | 16 | 55 | 12 | 124 |
Binary | 11011011 | 11011001 | 11010011 | 0 | 1 | 100 | 1110 | 101101 | 1010 | 1010100 |
Color Harmonies of #DBD9D3
Complementary color
Monochromatic Colors of #DBD9D3
Black with #DBD9D3
Text Example
Text Example
White with #DBD9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9D3; }
p { color: rgb(219,217,211); }
H1.HeaderClassName
{
color: #DBD9D3;
}
.AnyTagClassName
{
color: #DBD9D3;
}
</style>
background-color css
<style>
a { background-color: #DBD9D3; }
a { background-color: rgb(219,217,211); }
div.DivClassName
{
background-color: #DBD9D3;
}
.BgClassName
{
background-color: #DBD9D3;
}
</style>
border-color css
<style>
span { border-color: #DBD9D3; }
span { border-color: rgb(219,217,211); }
td.TdClassName
{
border-color: #DBD9D3;
}
.TagClassName
{
border-color: #DBD9D3;
}
</style>