Shades of Sea Fog #DBDAD4
Tints of Sea Fog #DBDAD4
RGB
CMYK
RGB Variations
Color information
#DBDAD4 (or 0xDBDAD4) is known color: Sea Fog. HEX triplet: DB, DA and D4. RGB value is (219,218,212). Sum of RGB (Red+Green+Blue) = 219+218+212=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAD4 is #24252B. Grayscale: #D9D9D9. Windows color (decimal): -2368812 or 13949659. OLE color: 13949659.
HSL color Cylindrical-coordinate representation of color #DBDAD4: hue angle of 51.43º degrees, saturation: 0.09, 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 #DBDAD4 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 218 | 212 | - |
CMYK | 0 | 0.00 | 0.03 | 0.14 |
HSL | 51.43º | 0.09% | 0.85% | - |
HSV(B) | 51.43º | 0.03% | 0.86% | - |
XYZ | 66.17 | 69.96 | 72.3 | - |
YUV | 217.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 212 | 0 | 0.00 | 0.03 | 0.14 | 51.43 | 0.09 | 0.85 |
Hex | DB | DA | D4 | 0 | 0 | 3 | E | 33 | 9 | 55 |
Octal | 333 | 332 | 324 | 0 | 0 | 3 | 16 | 63 | 11 | 125 |
Binary | 11011011 | 11011010 | 11010100 | 0 | 0 | 11 | 1110 | 110011 | 1001 | 1010101 |
Color Harmonies of #DBDAD4
Complementary color
Monochromatic Colors of #DBDAD4
Black with #DBDAD4
Text Example
Text Example
White with #DBDAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAD4; }
p { color: rgb(219,218,212); }
H1.HeaderClassName
{
color: #DBDAD4;
}
.AnyTagClassName
{
color: #DBDAD4;
}
</style>
background-color css
<style>
a { background-color: #DBDAD4; }
a { background-color: rgb(219,218,212); }
div.DivClassName
{
background-color: #DBDAD4;
}
.BgClassName
{
background-color: #DBDAD4;
}
</style>
border-color css
<style>
span { border-color: #DBDAD4; }
span { border-color: rgb(219,218,212); }
td.TdClassName
{
border-color: #DBDAD4;
}
.TagClassName
{
border-color: #DBDAD4;
}
</style>