Shades of Sea Fog #DCDAD4
Tints of Sea Fog #DCDAD4
RGB
CMYK
RGB Variations
Color information
#DCDAD4 (or 0xDCDAD4) is known color: Sea Fog. HEX triplet: DC, DA and D4. RGB value is (220,218,212). Sum of RGB (Red+Green+Blue) = 220+218+212=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAD4 is #23252B. Grayscale: #D9D9D9. Windows color (decimal): -2303276 or 13949660. OLE color: 13949660.
HSL color Cylindrical-coordinate representation of color #DCDAD4: hue angle of 45º degrees, saturation: 0.1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCDAD4 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 218 | 212 | - |
CMYK | 0 | 0.01 | 0.04 | 0.14 |
HSL | 45º | 0.1% | 0.85% | - |
HSV(B) | 45º | 0.04% | 0.86% | - |
XYZ | 66.47 | 70.11 | 72.32 | - |
YUV | 217.91 | 124.66 | 129.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 212 | 0 | 0.01 | 0.04 | 0.14 | 45 | 0.1 | 0.85 |
Hex | DC | DA | D4 | 0 | 1 | 4 | E | 2D | A | 55 |
Octal | 334 | 332 | 324 | 0 | 1 | 4 | 16 | 55 | 12 | 125 |
Binary | 11011100 | 11011010 | 11010100 | 0 | 1 | 100 | 1110 | 101101 | 1010 | 1010101 |
Color Harmonies of #DCDAD4
Complementary color
Monochromatic Colors of #DCDAD4
Black with #DCDAD4
Text Example
Text Example
White with #DCDAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAD4; }
p { color: rgb(220,218,212); }
H1.HeaderClassName
{
color: #DCDAD4;
}
.AnyTagClassName
{
color: #DCDAD4;
}
</style>
background-color css
<style>
a { background-color: #DCDAD4; }
a { background-color: rgb(220,218,212); }
div.DivClassName
{
background-color: #DCDAD4;
}
.BgClassName
{
background-color: #DCDAD4;
}
</style>
border-color css
<style>
span { border-color: #DCDAD4; }
span { border-color: rgb(220,218,212); }
td.TdClassName
{
border-color: #DCDAD4;
}
.TagClassName
{
border-color: #DCDAD4;
}
</style>