Shades of Fog #DDD0F7
Tints of Fog #DDD0F7
RGB
CMYK
RGB Variations
Color information
#DDD0F7 (or 0xDDD0F7) is known color: Fog. HEX triplet: DD, D0 and F7. RGB value is (221,208,247). Sum of RGB (Red+Green+Blue) = 221+208+247=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 208 (81.64% from 255 or 30.77% from 676); Blue value is 247 (96.88% from 255 or 36.54% from 676); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDD0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0F7 is #222F08. Grayscale: #D8D8D8. Windows color (decimal): -2240265 or 16240861. OLE color: 16240861.
HSL color Cylindrical-coordinate representation of color #DDD0F7: hue angle of 260º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDD0F7 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 208 | 247 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.03 |
| HSL | 260º | 0.71% | 0.89% | - |
| HSV(B) | 260º | 0.16% | 0.97% | - |
| XYZ | 69.16 | 67.2 | 97.32 | - |
| YUV | 216.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 247 | 0.11 | 0.16 | 0 | 0.03 | 260 | 0.71 | 0.89 |
| Hex | DD | D0 | F7 | B | 10 | 0 | 3 | 104 | 47 | 59 |
| Octal | 335 | 320 | 367 | 13 | 20 | 0 | 3 | 404 | 107 | 131 |
| Binary | 11011101 | 11010000 | 11110111 | 1011 | 10000 | 0 | 11 | 100000100 | 1000111 | 1011001 |
Color Harmonies of #DDD0F7
Complementary color
Monochromatic Colors of #DDD0F7
Black with #DDD0F7
Text Example
Text Example
White with #DDD0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0F7; }
p { color: rgb(221,208,247); }
H1.HeaderClassName
{
color: #DDD0F7;
}
.AnyTagClassName
{
color: #DDD0F7;
}
</style>
background-color css
<style>
a { background-color: #DDD0F7; }
a { background-color: rgb(221,208,247); }
div.DivClassName
{
background-color: #DDD0F7;
}
.BgClassName
{
background-color: #DDD0F7;
}
</style>
border-color css
<style>
span { border-color: #DDD0F7; }
span { border-color: rgb(221,208,247); }
td.TdClassName
{
border-color: #DDD0F7;
}
.TagClassName
{
border-color: #DDD0F7;
}
</style>