Shades of Sea Fog #DEDCD7
Tints of Sea Fog #DEDCD7
RGB
CMYK
RGB Variations
Color information
#DEDCD7 (or 0xDEDCD7) is known color: Sea Fog. HEX triplet: DE, DC and D7. RGB value is (222,220,215). Sum of RGB (Red+Green+Blue) = 222+220+215=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCD7 is #212328. Grayscale: #DCDCDC. Windows color (decimal): -2171689 or 14146782. OLE color: 14146782.
HSL color Cylindrical-coordinate representation of color #DEDCD7: hue angle of 42.86º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEDCD7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 220 | 215 | - |
CMYK | 0 | 0.01 | 0.03 | 0.13 |
HSL | 42.86º | 0.1% | 0.86% | - |
HSV(B) | 42.86º | 0.03% | 0.87% | - |
XYZ | 67.98 | 71.62 | 74.53 | - |
YUV | 220.03 | 125.16 | 129.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 220 | 215 | 0 | 0.01 | 0.03 | 0.13 | 42.86 | 0.1 | 0.86 |
Hex | DE | DC | D7 | 0 | 1 | 3 | D | 2B | A | 56 |
Octal | 336 | 334 | 327 | 0 | 1 | 3 | 15 | 53 | 12 | 126 |
Binary | 11011110 | 11011100 | 11010111 | 0 | 1 | 11 | 1101 | 101011 | 1010 | 1010110 |
Color Harmonies of #DEDCD7
Complementary color
Monochromatic Colors of #DEDCD7
Black with #DEDCD7
Text Example
Text Example
White with #DEDCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCD7; }
p { color: rgb(222,220,215); }
H1.HeaderClassName
{
color: #DEDCD7;
}
.AnyTagClassName
{
color: #DEDCD7;
}
</style>
background-color css
<style>
a { background-color: #DEDCD7; }
a { background-color: rgb(222,220,215); }
div.DivClassName
{
background-color: #DEDCD7;
}
.BgClassName
{
background-color: #DEDCD7;
}
</style>
border-color css
<style>
span { border-color: #DEDCD7; }
span { border-color: rgb(222,220,215); }
td.TdClassName
{
border-color: #DEDCD7;
}
.TagClassName
{
border-color: #DEDCD7;
}
</style>