Shades of Fog #DDD0F9
Tints of Fog #DDD0F9
RGB
CMYK
RGB Variations
Color information
#DDD0F9 (or 0xDDD0F9) is known color: Fog. HEX triplet: DD, D0 and F9. RGB value is (221,208,249). Sum of RGB (Red+Green+Blue) = 221+208+249=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDD0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0F9 is #222F06. Grayscale: #D8D8D8. Windows color (decimal): -2240263 or 16371933. OLE color: 16371933.
HSL color Cylindrical-coordinate representation of color #DDD0F9: hue angle of 259.02º degrees, saturation: 0.77, 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 #DDD0F9 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 208 | 249 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.02 |
| HSL | 259.02º | 0.77% | 0.9% | - |
| HSV(B) | 259.02º | 0.16% | 0.98% | - |
| XYZ | 69.47 | 67.32 | 98.96 | - |
| YUV | 216.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 249 | 0.11 | 0.16 | 0 | 0.02 | 259.02 | 0.77 | 0.9 |
| Hex | DD | D0 | F9 | B | 10 | 0 | 2 | 103 | 4D | 5A |
| Octal | 335 | 320 | 371 | 13 | 20 | 0 | 2 | 403 | 115 | 132 |
| Binary | 11011101 | 11010000 | 11111001 | 1011 | 10000 | 0 | 10 | 100000011 | 1001101 | 1011010 |
Color Harmonies of #DDD0F9
Complementary color
Monochromatic Colors of #DDD0F9
Black with #DDD0F9
Text Example
Text Example
White with #DDD0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0F9; }
p { color: rgb(221,208,249); }
H1.HeaderClassName
{
color: #DDD0F9;
}
.AnyTagClassName
{
color: #DDD0F9;
}
</style>
background-color css
<style>
a { background-color: #DDD0F9; }
a { background-color: rgb(221,208,249); }
div.DivClassName
{
background-color: #DDD0F9;
}
.BgClassName
{
background-color: #DDD0F9;
}
</style>
border-color css
<style>
span { border-color: #DDD0F9; }
span { border-color: rgb(221,208,249); }
td.TdClassName
{
border-color: #DDD0F9;
}
.TagClassName
{
border-color: #DDD0F9;
}
</style>