Shades of Fog #DEDCE2
Tints of Fog #DEDCE2
RGB
CMYK
RGB Variations
Color information
#DEDCE2 (or 0xDEDCE2) is known color: Fog. HEX triplet: DE, DC and E2. RGB value is (222,220,226). Sum of RGB (Red+Green+Blue) = 222+220+226=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEDCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCE2 is #21231D. Grayscale: #DDDDDD. Windows color (decimal): -2171678 or 14867678. OLE color: 14867678.
HSL color Cylindrical-coordinate representation of color #DEDCE2: hue angle of 260º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEDCE2 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 220 | 226 | - |
CMYK | 0.02 | 0.03 | 0 | 0.11 |
HSL | 260º | 0.09% | 0.87% | - |
HSV(B) | 260º | 0.03% | 0.89% | - |
XYZ | 69.44 | 72.21 | 82.23 | - |
YUV | 221.28 | 130.66 | 128.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 220 | 226 | 0.02 | 0.03 | 0 | 0.11 | 260 | 0.09 | 0.87 |
Hex | DE | DC | E2 | 2 | 3 | 0 | B | 104 | 9 | 57 |
Octal | 336 | 334 | 342 | 2 | 3 | 0 | 13 | 404 | 11 | 127 |
Binary | 11011110 | 11011100 | 11100010 | 10 | 11 | 0 | 1011 | 100000100 | 1001 | 1010111 |
Color Harmonies of #DEDCE2
Complementary color
Monochromatic Colors of #DEDCE2
Black with #DEDCE2
Text Example
Text Example
White with #DEDCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCE2; }
p { color: rgb(222,220,226); }
H1.HeaderClassName
{
color: #DEDCE2;
}
.AnyTagClassName
{
color: #DEDCE2;
}
</style>
background-color css
<style>
a { background-color: #DEDCE2; }
a { background-color: rgb(222,220,226); }
div.DivClassName
{
background-color: #DEDCE2;
}
.BgClassName
{
background-color: #DEDCE2;
}
</style>
border-color css
<style>
span { border-color: #DEDCE2; }
span { border-color: rgb(222,220,226); }
td.TdClassName
{
border-color: #DEDCE2;
}
.TagClassName
{
border-color: #DEDCE2;
}
</style>