Shades of Fog #DDD0EF
Tints of Fog #DDD0EF
RGB
CMYK
RGB Variations
Color information
#DDD0EF (or 0xDDD0EF) is known color: Fog. HEX triplet: DD, D0 and EF. RGB value is (221,208,239). Sum of RGB (Red+Green+Blue) = 221+208+239=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDD0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0EF is #222F10. Grayscale: #D7D7D7. Windows color (decimal): -2240273 or 15716573. OLE color: 15716573.
HSL color Cylindrical-coordinate representation of color #DDD0EF: hue angle of 265.16º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDD0EF is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 208 | 239 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.06 |
| HSL | 265.16º | 0.49% | 0.88% | - |
| HSV(B) | 265.16º | 0.13% | 0.94% | - |
| XYZ | 67.95 | 66.72 | 90.96 | - |
| YUV | 215.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 239 | 0.08 | 0.13 | 0 | 0.06 | 265.16 | 0.49 | 0.88 |
| Hex | DD | D0 | EF | 8 | D | 0 | 6 | 109 | 31 | 58 |
| Octal | 335 | 320 | 357 | 10 | 15 | 0 | 6 | 411 | 61 | 130 |
| Binary | 11011101 | 11010000 | 11101111 | 1000 | 1101 | 0 | 110 | 100001001 | 110001 | 1011000 |
Color Harmonies of #DDD0EF
Complementary color
Monochromatic Colors of #DDD0EF
Black with #DDD0EF
Text Example
Text Example
White with #DDD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0EF; }
p { color: rgb(221,208,239); }
H1.HeaderClassName
{
color: #DDD0EF;
}
.AnyTagClassName
{
color: #DDD0EF;
}
</style>
background-color css
<style>
a { background-color: #DDD0EF; }
a { background-color: rgb(221,208,239); }
div.DivClassName
{
background-color: #DDD0EF;
}
.BgClassName
{
background-color: #DDD0EF;
}
</style>
border-color css
<style>
span { border-color: #DDD0EF; }
span { border-color: rgb(221,208,239); }
td.TdClassName
{
border-color: #DDD0EF;
}
.TagClassName
{
border-color: #DDD0EF;
}
</style>