Shades of Fog #DDD0F2
Tints of Fog #DDD0F2
RGB
CMYK
RGB Variations
Color information
#DDD0F2 (or 0xDDD0F2) is known color: Fog. HEX triplet: DD, D0 and F2. RGB value is (221,208,242). Sum of RGB (Red+Green+Blue) = 221+208+242=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 208 (81.64% from 255 or 31.00% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDD0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0F2 is #222F0D. Grayscale: #D7D7D7. Windows color (decimal): -2240270 or 15913181. OLE color: 15913181.
HSL color Cylindrical-coordinate representation of color #DDD0F2: hue angle of 262.94º degrees, saturation: 0.57, 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 #DDD0F2 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 208 | 242 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.05 |
| HSL | 262.94º | 0.57% | 0.88% | - |
| HSV(B) | 262.94º | 0.14% | 0.95% | - |
| XYZ | 68.4 | 66.89 | 93.31 | - |
| YUV | 215.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 242 | 0.09 | 0.14 | 0 | 0.05 | 262.94 | 0.57 | 0.88 |
| Hex | DD | D0 | F2 | 9 | E | 0 | 5 | 107 | 39 | 58 |
| Octal | 335 | 320 | 362 | 11 | 16 | 0 | 5 | 407 | 71 | 130 |
| Binary | 11011101 | 11010000 | 11110010 | 1001 | 1110 | 0 | 101 | 100000111 | 111001 | 1011000 |
Color Harmonies of #DDD0F2
Complementary color
Monochromatic Colors of #DDD0F2
Black with #DDD0F2
Text Example
Text Example
White with #DDD0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0F2; }
p { color: rgb(221,208,242); }
H1.HeaderClassName
{
color: #DDD0F2;
}
.AnyTagClassName
{
color: #DDD0F2;
}
</style>
background-color css
<style>
a { background-color: #DDD0F2; }
a { background-color: rgb(221,208,242); }
div.DivClassName
{
background-color: #DDD0F2;
}
.BgClassName
{
background-color: #DDD0F2;
}
</style>
border-color css
<style>
span { border-color: #DDD0F2; }
span { border-color: rgb(221,208,242); }
td.TdClassName
{
border-color: #DDD0F2;
}
.TagClassName
{
border-color: #DDD0F2;
}
</style>