Shades of Fog #DED7ED
Tints of Fog #DED7ED
RGB
CMYK
RGB Variations
Color information
#DED7ED (or 0xDED7ED) is known color: Fog. HEX triplet: DE, D7 and ED. RGB value is (222,215,237). Sum of RGB (Red+Green+Blue) = 222+215+237=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 215 (84.38% from 255 or 31.90% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #DED7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED7ED is #212812. Grayscale: #DBDBDB. Windows color (decimal): -2172947 or 15587294. OLE color: 15587294.
HSL color Cylindrical-coordinate representation of color #DED7ED: hue angle of 259.09º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DED7ED is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 215 | 237 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.07 |
| HSL | 259.09º | 0.38% | 0.89% | - |
| HSV(B) | 259.09º | 0.09% | 0.93% | - |
| XYZ | 69.71 | 70.24 | 90.01 | - |
| YUV | 219.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 237 | 0.06 | 0.09 | 0 | 0.07 | 259.09 | 0.38 | 0.89 |
| Hex | DE | D7 | ED | 6 | 9 | 0 | 7 | 103 | 26 | 59 |
| Octal | 336 | 327 | 355 | 6 | 11 | 0 | 7 | 403 | 46 | 131 |
| Binary | 11011110 | 11010111 | 11101101 | 110 | 1001 | 0 | 111 | 100000011 | 100110 | 1011001 |
Color Harmonies of #DED7ED
Complementary color
Monochromatic Colors of #DED7ED
Black with #DED7ED
Text Example
Text Example
White with #DED7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7ED; }
p { color: rgb(222,215,237); }
H1.HeaderClassName
{
color: #DED7ED;
}
.AnyTagClassName
{
color: #DED7ED;
}
</style>
background-color css
<style>
a { background-color: #DED7ED; }
a { background-color: rgb(222,215,237); }
div.DivClassName
{
background-color: #DED7ED;
}
.BgClassName
{
background-color: #DED7ED;
}
</style>
border-color css
<style>
span { border-color: #DED7ED; }
span { border-color: rgb(222,215,237); }
td.TdClassName
{
border-color: #DED7ED;
}
.TagClassName
{
border-color: #DED7ED;
}
</style>