Shades of Fog #DDD0F6
Tints of Fog #DDD0F6
RGB
CMYK
RGB Variations
Color information
#DDD0F6 (or 0xDDD0F6) is known color: Fog. HEX triplet: DD, D0 and F6. RGB value is (221,208,246). Sum of RGB (Red+Green+Blue) = 221+208+246=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 208 (81.64% from 255 or 30.81% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDD0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0F6 is #222F09. Grayscale: #D8D8D8. Windows color (decimal): -2240266 or 16175325. OLE color: 16175325.
HSL color Cylindrical-coordinate representation of color #DDD0F6: hue angle of 260.53º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDD0F6 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 208 | 246 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.04 |
| HSL | 260.53º | 0.68% | 0.89% | - |
| HSV(B) | 260.53º | 0.15% | 0.96% | - |
| XYZ | 69.01 | 67.14 | 96.51 | - |
| YUV | 216.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 246 | 0.10 | 0.15 | 0 | 0.04 | 260.53 | 0.68 | 0.89 |
| Hex | DD | D0 | F6 | A | F | 0 | 4 | 105 | 44 | 59 |
| Octal | 335 | 320 | 366 | 12 | 17 | 0 | 4 | 405 | 104 | 131 |
| Binary | 11011101 | 11010000 | 11110110 | 1010 | 1111 | 0 | 100 | 100000101 | 1000100 | 1011001 |
Color Harmonies of #DDD0F6
Complementary color
Monochromatic Colors of #DDD0F6
Black with #DDD0F6
Text Example
Text Example
White with #DDD0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0F6; }
p { color: rgb(221,208,246); }
H1.HeaderClassName
{
color: #DDD0F6;
}
.AnyTagClassName
{
color: #DDD0F6;
}
</style>
background-color css
<style>
a { background-color: #DDD0F6; }
a { background-color: rgb(221,208,246); }
div.DivClassName
{
background-color: #DDD0F6;
}
.BgClassName
{
background-color: #DDD0F6;
}
</style>
border-color css
<style>
span { border-color: #DDD0F6; }
span { border-color: rgb(221,208,246); }
td.TdClassName
{
border-color: #DDD0F6;
}
.TagClassName
{
border-color: #DDD0F6;
}
</style>