Shades of Fog #DDD1EF
Tints of Fog #DDD1EF
RGB
CMYK
RGB Variations
Color information
#DDD1EF (or 0xDDD1EF) is known color: Fog. HEX triplet: DD, D1 and EF. RGB value is (221,209,239). Sum of RGB (Red+Green+Blue) = 221+209+239=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDD1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1EF is #222E10. Grayscale: #D7D7D7. Windows color (decimal): -2240017 or 15716829. OLE color: 15716829.
HSL color Cylindrical-coordinate representation of color #DDD1EF: hue angle of 264º degrees, saturation: 0.48, 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 #DDD1EF is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 209 | 239 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.06 |
| HSL | 264º | 0.48% | 0.88% | - |
| HSV(B) | 264º | 0.13% | 0.94% | - |
| XYZ | 68.2 | 67.21 | 91.04 | - |
| YUV | 216.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 239 | 0.08 | 0.13 | 0 | 0.06 | 264 | 0.48 | 0.88 |
| Hex | DD | D1 | EF | 8 | D | 0 | 6 | 108 | 30 | 58 |
| Octal | 335 | 321 | 357 | 10 | 15 | 0 | 6 | 410 | 60 | 130 |
| Binary | 11011101 | 11010001 | 11101111 | 1000 | 1101 | 0 | 110 | 100001000 | 110000 | 1011000 |
Color Harmonies of #DDD1EF
Complementary color
Monochromatic Colors of #DDD1EF
Black with #DDD1EF
Text Example
Text Example
White with #DDD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1EF; }
p { color: rgb(221,209,239); }
H1.HeaderClassName
{
color: #DDD1EF;
}
.AnyTagClassName
{
color: #DDD1EF;
}
</style>
background-color css
<style>
a { background-color: #DDD1EF; }
a { background-color: rgb(221,209,239); }
div.DivClassName
{
background-color: #DDD1EF;
}
.BgClassName
{
background-color: #DDD1EF;
}
</style>
border-color css
<style>
span { border-color: #DDD1EF; }
span { border-color: rgb(221,209,239); }
td.TdClassName
{
border-color: #DDD1EF;
}
.TagClassName
{
border-color: #DDD1EF;
}
</style>