Shades of Sea Fog #DCDBD6
Tints of Sea Fog #DCDBD6
RGB
CMYK
RGB Variations
Color information
#DCDBD6 (or 0xDCDBD6) is known color: Sea Fog. HEX triplet: DC, DB and D6. RGB value is (220,219,214). Sum of RGB (Red+Green+Blue) = 220+219+214=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBD6 is #232429. Grayscale: #DADADA. Windows color (decimal): -2303018 or 14080988. OLE color: 14080988.
HSL color Cylindrical-coordinate representation of color #DCDBD6: 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 #DCDBD6 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 214 | - |
| CMYK | 0 | 0.00 | 0.03 | 0.14 |
| HSL | 50º | 0.08% | 0.85% | - |
| HSV(B) | 50º | 0.03% | 0.86% | - |
| XYZ | 66.98 | 70.73 | 73.74 | - |
| YUV | 218.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 214 | 0 | 0.00 | 0.03 | 0.14 | 50 | 0.08 | 0.85 |
| Hex | DC | DB | D6 | 0 | 0 | 3 | E | 32 | 8 | 55 |
| Octal | 334 | 333 | 326 | 0 | 0 | 3 | 16 | 62 | 10 | 125 |
| Binary | 11011100 | 11011011 | 11010110 | 0 | 0 | 11 | 1110 | 110010 | 1000 | 1010101 |
Color Harmonies of #DCDBD6
Complementary color
Monochromatic Colors of #DCDBD6
Black with #DCDBD6
Text Example
Text Example
White with #DCDBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBD6; }
p { color: rgb(220,219,214); }
H1.HeaderClassName
{
color: #DCDBD6;
}
.AnyTagClassName
{
color: #DCDBD6;
}
</style>
background-color css
<style>
a { background-color: #DCDBD6; }
a { background-color: rgb(220,219,214); }
div.DivClassName
{
background-color: #DCDBD6;
}
.BgClassName
{
background-color: #DCDBD6;
}
</style>
border-color css
<style>
span { border-color: #DCDBD6; }
span { border-color: rgb(220,219,214); }
td.TdClassName
{
border-color: #DCDBD6;
}
.TagClassName
{
border-color: #DCDBD6;
}
</style>