Shades of Sea Fog #DCDBD5
Tints of Sea Fog #DCDBD5
RGB
CMYK
RGB Variations
Color information
#DCDBD5 (or 0xDCDBD5) is known color: Sea Fog. HEX triplet: DC, DB and D5. RGB value is (220,219,213). Sum of RGB (Red+Green+Blue) = 220+219+213=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBD5 is #23242A. Grayscale: #DADADA. Windows color (decimal): -2303019 or 14015452. OLE color: 14015452.
HSL color Cylindrical-coordinate representation of color #DCDBD5: 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 #DCDBD5 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 213 | - |
| 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.86 | 70.68 | 73.07 | - |
| YUV | 218.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 213 | 0 | 0.00 | 0.03 | 0.14 | 51.43 | 0.09 | 0.85 |
| Hex | DC | DB | D5 | 0 | 0 | 3 | E | 33 | 9 | 55 |
| Octal | 334 | 333 | 325 | 0 | 0 | 3 | 16 | 63 | 11 | 125 |
| Binary | 11011100 | 11011011 | 11010101 | 0 | 0 | 11 | 1110 | 110011 | 1001 | 1010101 |
Color Harmonies of #DCDBD5
Complementary color
Monochromatic Colors of #DCDBD5
Black with #DCDBD5
Text Example
Text Example
White with #DCDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBD5; }
p { color: rgb(220,219,213); }
H1.HeaderClassName
{
color: #DCDBD5;
}
.AnyTagClassName
{
color: #DCDBD5;
}
</style>
background-color css
<style>
a { background-color: #DCDBD5; }
a { background-color: rgb(220,219,213); }
div.DivClassName
{
background-color: #DCDBD5;
}
.BgClassName
{
background-color: #DCDBD5;
}
</style>
border-color css
<style>
span { border-color: #DCDBD5; }
span { border-color: rgb(220,219,213); }
td.TdClassName
{
border-color: #DCDBD5;
}
.TagClassName
{
border-color: #DCDBD5;
}
</style>