Shades of Fog #DDD6EF
Tints of Fog #DDD6EF
RGB
CMYK
RGB Variations
Color information
#DDD6EF (or 0xDDD6EF) is known color: Fog. HEX triplet: DD, D6 and EF. RGB value is (221,214,239). Sum of RGB (Red+Green+Blue) = 221+214+239=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDD6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6EF is #222910. Grayscale: #DADADA. Windows color (decimal): -2238737 or 15718109. OLE color: 15718109.
HSL color Cylindrical-coordinate representation of color #DDD6EF: hue angle of 256.8º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD6EF is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 214 | 239 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.06 |
| HSL | 256.8º | 0.44% | 0.89% | - |
| HSV(B) | 256.8º | 0.1% | 0.94% | - |
| XYZ | 69.45 | 69.7 | 91.45 | - |
| YUV | 218.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 239 | 0.08 | 0.10 | 0 | 0.06 | 256.8 | 0.44 | 0.89 |
| Hex | DD | D6 | EF | 8 | A | 0 | 6 | 101 | 2C | 59 |
| Octal | 335 | 326 | 357 | 10 | 12 | 0 | 6 | 401 | 54 | 131 |
| Binary | 11011101 | 11010110 | 11101111 | 1000 | 1010 | 0 | 110 | 100000001 | 101100 | 1011001 |
Color Harmonies of #DDD6EF
Complementary color
Monochromatic Colors of #DDD6EF
Black with #DDD6EF
Text Example
Text Example
White with #DDD6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6EF; }
p { color: rgb(221,214,239); }
H1.HeaderClassName
{
color: #DDD6EF;
}
.AnyTagClassName
{
color: #DDD6EF;
}
</style>
background-color css
<style>
a { background-color: #DDD6EF; }
a { background-color: rgb(221,214,239); }
div.DivClassName
{
background-color: #DDD6EF;
}
.BgClassName
{
background-color: #DDD6EF;
}
</style>
border-color css
<style>
span { border-color: #DDD6EF; }
span { border-color: rgb(221,214,239); }
td.TdClassName
{
border-color: #DDD6EF;
}
.TagClassName
{
border-color: #DDD6EF;
}
</style>