Shades of Sea Fog #DBDAD7
Tints of Sea Fog #DBDAD7
RGB
CMYK
RGB Variations
Color information
#DBDAD7 (or 0xDBDAD7) is known color: Sea Fog. HEX triplet: DB, DA and D7. RGB value is (219,218,215). Sum of RGB (Red+Green+Blue) = 219+218+215=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAD7 is #242528. Grayscale: #D9D9D9. Windows color (decimal): -2368809 or 14146267. OLE color: 14146267.
HSL color Cylindrical-coordinate representation of color #DBDAD7: hue angle of 45º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBDAD7 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 218 | 215 | - |
CMYK | 0 | 0.00 | 0.02 | 0.14 |
HSL | 45º | 0.05% | 0.85% | - |
HSV(B) | 45º | 0.02% | 0.86% | - |
XYZ | 66.55 | 70.11 | 74.31 | - |
YUV | 217.96 | 126.33 | 128.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 215 | 0 | 0.00 | 0.02 | 0.14 | 45 | 0.05 | 0.85 |
Hex | DB | DA | D7 | 0 | 0 | 2 | E | 2D | 5 | 55 |
Octal | 333 | 332 | 327 | 0 | 0 | 2 | 16 | 55 | 5 | 125 |
Binary | 11011011 | 11011010 | 11010111 | 0 | 0 | 10 | 1110 | 101101 | 101 | 1010101 |
Color Harmonies of #DBDAD7
Complementary color
Monochromatic Colors of #DBDAD7
Black with #DBDAD7
Text Example
Text Example
White with #DBDAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAD7; }
p { color: rgb(219,218,215); }
H1.HeaderClassName
{
color: #DBDAD7;
}
.AnyTagClassName
{
color: #DBDAD7;
}
</style>
background-color css
<style>
a { background-color: #DBDAD7; }
a { background-color: rgb(219,218,215); }
div.DivClassName
{
background-color: #DBDAD7;
}
.BgClassName
{
background-color: #DBDAD7;
}
</style>
border-color css
<style>
span { border-color: #DBDAD7; }
span { border-color: rgb(219,218,215); }
td.TdClassName
{
border-color: #DBDAD7;
}
.TagClassName
{
border-color: #DBDAD7;
}
</style>