Shades of Fog #DDD3F6
Tints of Fog #DDD3F6
RGB
CMYK
RGB Variations
Color information
#DDD3F6 (or 0xDDD3F6) is known color: Fog. HEX triplet: DD, D3 and F6. RGB value is (221,211,246). Sum of RGB (Red+Green+Blue) = 221+211+246=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 211 (82.81% from 255 or 31.12% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDD3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3F6 is #222C09. Grayscale: #D9D9D9. Windows color (decimal): -2239498 or 16176093. OLE color: 16176093.
HSL color Cylindrical-coordinate representation of color #DDD3F6: hue angle of 257.14º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD3F6 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 211 | 246 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.04 |
| HSL | 257.14º | 0.66% | 0.9% | - |
| HSV(B) | 257.14º | 0.14% | 0.96% | - |
| XYZ | 69.75 | 68.61 | 96.76 | - |
| YUV | 217.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 246 | 0.10 | 0.14 | 0 | 0.04 | 257.14 | 0.66 | 0.9 |
| Hex | DD | D3 | F6 | A | E | 0 | 4 | 101 | 42 | 5A |
| Octal | 335 | 323 | 366 | 12 | 16 | 0 | 4 | 401 | 102 | 132 |
| Binary | 11011101 | 11010011 | 11110110 | 1010 | 1110 | 0 | 100 | 100000001 | 1000010 | 1011010 |
Color Harmonies of #DDD3F6
Complementary color
Monochromatic Colors of #DDD3F6
Black with #DDD3F6
Text Example
Text Example
White with #DDD3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3F6; }
p { color: rgb(221,211,246); }
H1.HeaderClassName
{
color: #DDD3F6;
}
.AnyTagClassName
{
color: #DDD3F6;
}
</style>
background-color css
<style>
a { background-color: #DDD3F6; }
a { background-color: rgb(221,211,246); }
div.DivClassName
{
background-color: #DDD3F6;
}
.BgClassName
{
background-color: #DDD3F6;
}
</style>
border-color css
<style>
span { border-color: #DDD3F6; }
span { border-color: rgb(221,211,246); }
td.TdClassName
{
border-color: #DDD3F6;
}
.TagClassName
{
border-color: #DDD3F6;
}
</style>