Shades of Fog #DDD7EB
Tints of Fog #DDD7EB
RGB
CMYK
RGB Variations
Color information
#DDD7EB (or 0xDDD7EB) is known color: Fog. HEX triplet: DD, D7 and EB. RGB value is (221,215,235). Sum of RGB (Red+Green+Blue) = 221+215+235=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDD7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7EB is #222814. Grayscale: #DADADA. Windows color (decimal): -2238485 or 15456221. OLE color: 15456221.
HSL color Cylindrical-coordinate representation of color #DDD7EB: hue angle of 258º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD7EB is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 215 | 235 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.08 |
| HSL | 258º | 0.33% | 0.88% | - |
| HSV(B) | 258º | 0.09% | 0.92% | - |
| XYZ | 69.11 | 69.97 | 88.46 | - |
| YUV | 219.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 235 | 0.06 | 0.09 | 0 | 0.08 | 258 | 0.33 | 0.88 |
| Hex | DD | D7 | EB | 6 | 9 | 0 | 8 | 102 | 21 | 58 |
| Octal | 335 | 327 | 353 | 6 | 11 | 0 | 10 | 402 | 41 | 130 |
| Binary | 11011101 | 11010111 | 11101011 | 110 | 1001 | 0 | 1000 | 100000010 | 100001 | 1011000 |
Color Harmonies of #DDD7EB
Complementary color
Monochromatic Colors of #DDD7EB
Black with #DDD7EB
Text Example
Text Example
White with #DDD7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7EB; }
p { color: rgb(221,215,235); }
H1.HeaderClassName
{
color: #DDD7EB;
}
.AnyTagClassName
{
color: #DDD7EB;
}
</style>
background-color css
<style>
a { background-color: #DDD7EB; }
a { background-color: rgb(221,215,235); }
div.DivClassName
{
background-color: #DDD7EB;
}
.BgClassName
{
background-color: #DDD7EB;
}
</style>
border-color css
<style>
span { border-color: #DDD7EB; }
span { border-color: rgb(221,215,235); }
td.TdClassName
{
border-color: #DDD7EB;
}
.TagClassName
{
border-color: #DDD7EB;
}
</style>