Shades of Sea Fog #DEDCD6
Tints of Sea Fog #DEDCD6
RGB
CMYK
RGB Variations
Color information
#DEDCD6 (or 0xDEDCD6) is known color: Sea Fog. HEX triplet: DE, DC and D6. RGB value is (222,220,214). Sum of RGB (Red+Green+Blue) = 222+220+214=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCD6 is #212329. Grayscale: #DBDBDB. Windows color (decimal): -2171690 or 14081246. OLE color: 14081246.
HSL color Cylindrical-coordinate representation of color #DEDCD6: hue angle of 45º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEDCD6 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 220 | 214 | - |
CMYK | 0 | 0.01 | 0.04 | 0.13 |
HSL | 45º | 0.11% | 0.85% | - |
HSV(B) | 45º | 0.04% | 0.87% | - |
XYZ | 67.86 | 71.57 | 73.86 | - |
YUV | 219.91 | 124.66 | 129.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 220 | 214 | 0 | 0.01 | 0.04 | 0.13 | 45 | 0.11 | 0.85 |
Hex | DE | DC | D6 | 0 | 1 | 4 | D | 2D | B | 55 |
Octal | 336 | 334 | 326 | 0 | 1 | 4 | 15 | 55 | 13 | 125 |
Binary | 11011110 | 11011100 | 11010110 | 0 | 1 | 100 | 1101 | 101101 | 1011 | 1010101 |
Color Harmonies of #DEDCD6
Complementary color
Monochromatic Colors of #DEDCD6
Black with #DEDCD6
Text Example
Text Example
White with #DEDCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCD6; }
p { color: rgb(222,220,214); }
H1.HeaderClassName
{
color: #DEDCD6;
}
.AnyTagClassName
{
color: #DEDCD6;
}
</style>
background-color css
<style>
a { background-color: #DEDCD6; }
a { background-color: rgb(222,220,214); }
div.DivClassName
{
background-color: #DEDCD6;
}
.BgClassName
{
background-color: #DEDCD6;
}
</style>
border-color css
<style>
span { border-color: #DEDCD6; }
span { border-color: rgb(222,220,214); }
td.TdClassName
{
border-color: #DEDCD6;
}
.TagClassName
{
border-color: #DEDCD6;
}
</style>