Shades of Fog #DDD0F1
Tints of Fog #DDD0F1
RGB
CMYK
RGB Variations
Color information
#DDD0F1 (or 0xDDD0F1) is known color: Fog. HEX triplet: DD, D0 and F1. RGB value is (221,208,241). Sum of RGB (Red+Green+Blue) = 221+208+241=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 208 (81.64% from 255 or 31.04% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDD0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0F1 is #222F0E. Grayscale: #D7D7D7. Windows color (decimal): -2240271 or 15847645. OLE color: 15847645.
HSL color Cylindrical-coordinate representation of color #DDD0F1: hue angle of 263.64º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD0F1 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 208 | 241 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.05 |
| HSL | 263.64º | 0.54% | 0.88% | - |
| HSV(B) | 263.64º | 0.14% | 0.95% | - |
| XYZ | 68.25 | 66.83 | 92.52 | - |
| YUV | 215.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 241 | 0.08 | 0.14 | 0 | 0.05 | 263.64 | 0.54 | 0.88 |
| Hex | DD | D0 | F1 | 8 | E | 0 | 5 | 108 | 36 | 58 |
| Octal | 335 | 320 | 361 | 10 | 16 | 0 | 5 | 410 | 66 | 130 |
| Binary | 11011101 | 11010000 | 11110001 | 1000 | 1110 | 0 | 101 | 100001000 | 110110 | 1011000 |
Color Harmonies of #DDD0F1
Complementary color
Monochromatic Colors of #DDD0F1
Black with #DDD0F1
Text Example
Text Example
White with #DDD0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0F1; }
p { color: rgb(221,208,241); }
H1.HeaderClassName
{
color: #DDD0F1;
}
.AnyTagClassName
{
color: #DDD0F1;
}
</style>
background-color css
<style>
a { background-color: #DDD0F1; }
a { background-color: rgb(221,208,241); }
div.DivClassName
{
background-color: #DDD0F1;
}
.BgClassName
{
background-color: #DDD0F1;
}
</style>
border-color css
<style>
span { border-color: #DDD0F1; }
span { border-color: rgb(221,208,241); }
td.TdClassName
{
border-color: #DDD0F1;
}
.TagClassName
{
border-color: #DDD0F1;
}
</style>