Shades of Fog #DDD8E6
Tints of Fog #DDD8E6
RGB
CMYK
RGB Variations
Color information
#DDD8E6 (or 0xDDD8E6) is known color: Fog. HEX triplet: DD, D8 and E6. RGB value is (221,216,230). Sum of RGB (Red+Green+Blue) = 221+216+230=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDD8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD8E6 is #222719. Grayscale: #DBDBDB. Windows color (decimal): -2238234 or 15128797. OLE color: 15128797.
HSL color Cylindrical-coordinate representation of color #DDD8E6: hue angle of 261.43º degrees, saturation: 0.22, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD8E6 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 216 | 230 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.10 |
| HSL | 261.43º | 0.22% | 0.87% | - |
| HSV(B) | 261.43º | 0.06% | 0.9% | - |
| XYZ | 68.66 | 70.2 | 84.79 | - |
| YUV | 219.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 230 | 0.04 | 0.06 | 0 | 0.10 | 261.43 | 0.22 | 0.87 |
| Hex | DD | D8 | E6 | 4 | 6 | 0 | A | 105 | 16 | 57 |
| Octal | 335 | 330 | 346 | 4 | 6 | 0 | 12 | 405 | 26 | 127 |
| Binary | 11011101 | 11011000 | 11100110 | 100 | 110 | 0 | 1010 | 100000101 | 10110 | 1010111 |
Color Harmonies of #DDD8E6
Complementary color
Monochromatic Colors of #DDD8E6
Black with #DDD8E6
Text Example
Text Example
White with #DDD8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8E6; }
p { color: rgb(221,216,230); }
H1.HeaderClassName
{
color: #DDD8E6;
}
.AnyTagClassName
{
color: #DDD8E6;
}
</style>
background-color css
<style>
a { background-color: #DDD8E6; }
a { background-color: rgb(221,216,230); }
div.DivClassName
{
background-color: #DDD8E6;
}
.BgClassName
{
background-color: #DDD8E6;
}
</style>
border-color css
<style>
span { border-color: #DDD8E6; }
span { border-color: rgb(221,216,230); }
td.TdClassName
{
border-color: #DDD8E6;
}
.TagClassName
{
border-color: #DDD8E6;
}
</style>