Shades of Fog #DDD2F9
Tints of Fog #DDD2F9
RGB
CMYK
RGB Variations
Color information
#DDD2F9 (or 0xDDD2F9) is known color: Fog. HEX triplet: DD, D2 and F9. RGB value is (221,210,249). Sum of RGB (Red+Green+Blue) = 221+210+249=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 210 (82.42% from 255 or 30.88% from 680); Blue value is 249 (97.66% from 255 or 36.62% from 680); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDD2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2F9 is #222D06. Grayscale: #D9D9D9. Windows color (decimal): -2239751 or 16372445. OLE color: 16372445.
HSL color Cylindrical-coordinate representation of color #DDD2F9: hue angle of 256.92º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDD2F9 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 210 | 249 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.02 |
| HSL | 256.92º | 0.76% | 0.9% | - |
| HSV(B) | 256.92º | 0.16% | 0.98% | - |
| XYZ | 69.96 | 68.3 | 99.12 | - |
| YUV | 217.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 249 | 0.11 | 0.16 | 0 | 0.02 | 256.92 | 0.76 | 0.9 |
| Hex | DD | D2 | F9 | B | 10 | 0 | 2 | 101 | 4C | 5A |
| Octal | 335 | 322 | 371 | 13 | 20 | 0 | 2 | 401 | 114 | 132 |
| Binary | 11011101 | 11010010 | 11111001 | 1011 | 10000 | 0 | 10 | 100000001 | 1001100 | 1011010 |
Color Harmonies of #DDD2F9
Complementary color
Monochromatic Colors of #DDD2F9
Black with #DDD2F9
Text Example
Text Example
White with #DDD2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2F9; }
p { color: rgb(221,210,249); }
H1.HeaderClassName
{
color: #DDD2F9;
}
.AnyTagClassName
{
color: #DDD2F9;
}
</style>
background-color css
<style>
a { background-color: #DDD2F9; }
a { background-color: rgb(221,210,249); }
div.DivClassName
{
background-color: #DDD2F9;
}
.BgClassName
{
background-color: #DDD2F9;
}
</style>
border-color css
<style>
span { border-color: #DDD2F9; }
span { border-color: rgb(221,210,249); }
td.TdClassName
{
border-color: #DDD2F9;
}
.TagClassName
{
border-color: #DDD2F9;
}
</style>