Shades of Sea Fog #DBDAD5
Tints of Sea Fog #DBDAD5
RGB
CMYK
RGB Variations
Color information
#DBDAD5 (or 0xDBDAD5) is known color: Sea Fog. HEX triplet: DB, DA and D5. RGB value is (219,218,213). Sum of RGB (Red+Green+Blue) = 219+218+213=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAD5 is #24252A. Grayscale: #D9D9D9. Windows color (decimal): -2368811 or 14015195. OLE color: 14015195.
HSL color Cylindrical-coordinate representation of color #DBDAD5: hue angle of 50º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBDAD5 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 218 | 213 | - |
CMYK | 0 | 0.00 | 0.03 | 0.14 |
HSL | 50º | 0.08% | 0.85% | - |
HSV(B) | 50º | 0.03% | 0.86% | - |
XYZ | 66.3 | 70.01 | 72.97 | - |
YUV | 217.73 | 125.33 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 213 | 0 | 0.00 | 0.03 | 0.14 | 50 | 0.08 | 0.85 |
Hex | DB | DA | D5 | 0 | 0 | 3 | E | 32 | 8 | 55 |
Octal | 333 | 332 | 325 | 0 | 0 | 3 | 16 | 62 | 10 | 125 |
Binary | 11011011 | 11011010 | 11010101 | 0 | 0 | 11 | 1110 | 110010 | 1000 | 1010101 |
Color Harmonies of #DBDAD5
Complementary color
Monochromatic Colors of #DBDAD5
Black with #DBDAD5
Text Example
Text Example
White with #DBDAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAD5; }
p { color: rgb(219,218,213); }
H1.HeaderClassName
{
color: #DBDAD5;
}
.AnyTagClassName
{
color: #DBDAD5;
}
</style>
background-color css
<style>
a { background-color: #DBDAD5; }
a { background-color: rgb(219,218,213); }
div.DivClassName
{
background-color: #DBDAD5;
}
.BgClassName
{
background-color: #DBDAD5;
}
</style>
border-color css
<style>
span { border-color: #DBDAD5; }
span { border-color: rgb(219,218,213); }
td.TdClassName
{
border-color: #DBDAD5;
}
.TagClassName
{
border-color: #DBDAD5;
}
</style>