Shades of Fog #DDD3EF
Tints of Fog #DDD3EF
RGB
CMYK
RGB Variations
Color information
#DDD3EF (or 0xDDD3EF) is known color: Fog. HEX triplet: DD, D3 and EF. RGB value is (221,211,239). Sum of RGB (Red+Green+Blue) = 221+211+239=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDD3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3EF is #222C10. Grayscale: #D9D9D9. Windows color (decimal): -2239505 or 15717341. OLE color: 15717341.
HSL color Cylindrical-coordinate representation of color #DDD3EF: hue angle of 261.43º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDD3EF is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 211 | 239 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.06 |
| HSL | 261.43º | 0.47% | 0.88% | - |
| HSV(B) | 261.43º | 0.12% | 0.94% | - |
| XYZ | 68.69 | 68.19 | 91.2 | - |
| YUV | 217.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 239 | 0.08 | 0.12 | 0 | 0.06 | 261.43 | 0.47 | 0.88 |
| Hex | DD | D3 | EF | 8 | C | 0 | 6 | 105 | 2F | 58 |
| Octal | 335 | 323 | 357 | 10 | 14 | 0 | 6 | 405 | 57 | 130 |
| Binary | 11011101 | 11010011 | 11101111 | 1000 | 1100 | 0 | 110 | 100000101 | 101111 | 1011000 |
Color Harmonies of #DDD3EF
Complementary color
Monochromatic Colors of #DDD3EF
Black with #DDD3EF
Text Example
Text Example
White with #DDD3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3EF; }
p { color: rgb(221,211,239); }
H1.HeaderClassName
{
color: #DDD3EF;
}
.AnyTagClassName
{
color: #DDD3EF;
}
</style>
background-color css
<style>
a { background-color: #DDD3EF; }
a { background-color: rgb(221,211,239); }
div.DivClassName
{
background-color: #DDD3EF;
}
.BgClassName
{
background-color: #DDD3EF;
}
</style>
border-color css
<style>
span { border-color: #DDD3EF; }
span { border-color: rgb(221,211,239); }
td.TdClassName
{
border-color: #DDD3EF;
}
.TagClassName
{
border-color: #DDD3EF;
}
</style>