Shades of Sea Fog #DCDAD5
Tints of Sea Fog #DCDAD5
RGB
CMYK
RGB Variations
Color information
#DCDAD5 (or 0xDCDAD5) is known color: Sea Fog. HEX triplet: DC, DA and D5. RGB value is (220,218,213). Sum of RGB (Red+Green+Blue) = 220+218+213=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAD5 is #23252A. Grayscale: #DADADA. Windows color (decimal): -2303275 or 14015196. OLE color: 14015196.
HSL color Cylindrical-coordinate representation of color #DCDAD5: hue angle of 42.86º 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 #DCDAD5 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 218 | 213 | - |
CMYK | 0 | 0.01 | 0.03 | 0.14 |
HSL | 42.86º | 0.09% | 0.85% | - |
HSV(B) | 42.86º | 0.03% | 0.86% | - |
XYZ | 66.6 | 70.16 | 72.98 | - |
YUV | 218.03 | 125.16 | 129.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 213 | 0 | 0.01 | 0.03 | 0.14 | 42.86 | 0.09 | 0.85 |
Hex | DC | DA | D5 | 0 | 1 | 3 | E | 2B | 9 | 55 |
Octal | 334 | 332 | 325 | 0 | 1 | 3 | 16 | 53 | 11 | 125 |
Binary | 11011100 | 11011010 | 11010101 | 0 | 1 | 11 | 1110 | 101011 | 1001 | 1010101 |
Color Harmonies of #DCDAD5
Complementary color
Monochromatic Colors of #DCDAD5
Black with #DCDAD5
Text Example
Text Example
White with #DCDAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAD5; }
p { color: rgb(220,218,213); }
H1.HeaderClassName
{
color: #DCDAD5;
}
.AnyTagClassName
{
color: #DCDAD5;
}
</style>
background-color css
<style>
a { background-color: #DCDAD5; }
a { background-color: rgb(220,218,213); }
div.DivClassName
{
background-color: #DCDAD5;
}
.BgClassName
{
background-color: #DCDAD5;
}
</style>
border-color css
<style>
span { border-color: #DCDAD5; }
span { border-color: rgb(220,218,213); }
td.TdClassName
{
border-color: #DCDAD5;
}
.TagClassName
{
border-color: #DCDAD5;
}
</style>