Shades of Fog #DDD0F4
Tints of Fog #DDD0F4
RGB
CMYK
RGB Variations
Color information
#DDD0F4 (or 0xDDD0F4) is known color: Fog. HEX triplet: DD, D0 and F4. RGB value is (221,208,244). Sum of RGB (Red+Green+Blue) = 221+208+244=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 208 (81.64% from 255 or 30.91% from 673); Blue value is 244 (95.70% from 255 or 36.26% from 673); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDD0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0F4 is #222F0B. Grayscale: #D7D7D7. Windows color (decimal): -2240268 or 16044253. OLE color: 16044253.
HSL color Cylindrical-coordinate representation of color #DDD0F4: hue angle of 261.67º degrees, saturation: 0.62, 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 #DDD0F4 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 208 | 244 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.04 |
| HSL | 261.67º | 0.62% | 0.89% | - |
| HSV(B) | 261.67º | 0.15% | 0.96% | - |
| XYZ | 68.7 | 67.02 | 94.9 | - |
| YUV | 215.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 244 | 0.09 | 0.15 | 0 | 0.04 | 261.67 | 0.62 | 0.89 |
| Hex | DD | D0 | F4 | 9 | F | 0 | 4 | 106 | 3E | 59 |
| Octal | 335 | 320 | 364 | 11 | 17 | 0 | 4 | 406 | 76 | 131 |
| Binary | 11011101 | 11010000 | 11110100 | 1001 | 1111 | 0 | 100 | 100000110 | 111110 | 1011001 |
Color Harmonies of #DDD0F4
Complementary color
Monochromatic Colors of #DDD0F4
Black with #DDD0F4
Text Example
Text Example
White with #DDD0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0F4; }
p { color: rgb(221,208,244); }
H1.HeaderClassName
{
color: #DDD0F4;
}
.AnyTagClassName
{
color: #DDD0F4;
}
</style>
background-color css
<style>
a { background-color: #DDD0F4; }
a { background-color: rgb(221,208,244); }
div.DivClassName
{
background-color: #DDD0F4;
}
.BgClassName
{
background-color: #DDD0F4;
}
</style>
border-color css
<style>
span { border-color: #DDD0F4; }
span { border-color: rgb(221,208,244); }
td.TdClassName
{
border-color: #DDD0F4;
}
.TagClassName
{
border-color: #DDD0F4;
}
</style>