Shades of Fog #DED3EB
Tints of Fog #DED3EB
RGB
CMYK
RGB Variations
Color information
#DED3EB (or 0xDED3EB) is known color: Fog. HEX triplet: DE, D3 and EB. RGB value is (222,211,235). Sum of RGB (Red+Green+Blue) = 222+211+235=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 235 - color contains mainly: blue. Hex color #DED3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED3EB is #212C14. Grayscale: #D8D8D8. Windows color (decimal): -2173973 or 15455198. OLE color: 15455198.
HSL color Cylindrical-coordinate representation of color #DED3EB: hue angle of 267.5º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DED3EB is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 211 | 235 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.08 |
| HSL | 267.5º | 0.38% | 0.87% | - |
| HSV(B) | 267.5º | 0.1% | 0.92% | - |
| XYZ | 68.41 | 68.12 | 88.14 | - |
| YUV | 217.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 235 | 0.06 | 0.10 | 0 | 0.08 | 267.5 | 0.38 | 0.87 |
| Hex | DE | D3 | EB | 6 | A | 0 | 8 | 10C | 26 | 57 |
| Octal | 336 | 323 | 353 | 6 | 12 | 0 | 10 | 414 | 46 | 127 |
| Binary | 11011110 | 11010011 | 11101011 | 110 | 1010 | 0 | 1000 | 100001100 | 100110 | 1010111 |
Color Harmonies of #DED3EB
Complementary color
Monochromatic Colors of #DED3EB
Black with #DED3EB
Text Example
Text Example
White with #DED3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3EB; }
p { color: rgb(222,211,235); }
H1.HeaderClassName
{
color: #DED3EB;
}
.AnyTagClassName
{
color: #DED3EB;
}
</style>
background-color css
<style>
a { background-color: #DED3EB; }
a { background-color: rgb(222,211,235); }
div.DivClassName
{
background-color: #DED3EB;
}
.BgClassName
{
background-color: #DED3EB;
}
</style>
border-color css
<style>
span { border-color: #DED3EB; }
span { border-color: rgb(222,211,235); }
td.TdClassName
{
border-color: #DED3EB;
}
.TagClassName
{
border-color: #DED3EB;
}
</style>