Shades of Fog #DED4EC
Tints of Fog #DED4EC
RGB
CMYK
RGB Variations
Color information
#DED4EC (or 0xDED4EC) is known color: Fog. HEX triplet: DE, D4 and EC. RGB value is (222,212,236). Sum of RGB (Red+Green+Blue) = 222+212+236=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #DED4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED4EC is #212B13. Grayscale: #D9D9D9. Windows color (decimal): -2173716 or 15520990. OLE color: 15520990.
HSL color Cylindrical-coordinate representation of color #DED4EC: hue angle of 265º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DED4EC is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 212 | 236 | - |
CMYK | 0.06 | 0.10 | 0 | 0.07 |
HSL | 265º | 0.39% | 0.88% | - |
HSV(B) | 265º | 0.1% | 0.93% | - |
XYZ | 68.81 | 68.67 | 88.99 | - |
YUV | 217.73 | 138.31 | 131.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 212 | 236 | 0.06 | 0.10 | 0 | 0.07 | 265 | 0.39 | 0.88 |
Hex | DE | D4 | EC | 6 | A | 0 | 7 | 109 | 27 | 58 |
Octal | 336 | 324 | 354 | 6 | 12 | 0 | 7 | 411 | 47 | 130 |
Binary | 11011110 | 11010100 | 11101100 | 110 | 1010 | 0 | 111 | 100001001 | 100111 | 1011000 |
Color Harmonies of #DED4EC
Complementary color
Monochromatic Colors of #DED4EC
Black with #DED4EC
Text Example
Text Example
White with #DED4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED4EC; }
p { color: rgb(222,212,236); }
H1.HeaderClassName
{
color: #DED4EC;
}
.AnyTagClassName
{
color: #DED4EC;
}
</style>
background-color css
<style>
a { background-color: #DED4EC; }
a { background-color: rgb(222,212,236); }
div.DivClassName
{
background-color: #DED4EC;
}
.BgClassName
{
background-color: #DED4EC;
}
</style>
border-color css
<style>
span { border-color: #DED4EC; }
span { border-color: rgb(222,212,236); }
td.TdClassName
{
border-color: #DED4EC;
}
.TagClassName
{
border-color: #DED4EC;
}
</style>