Shades of Fog #DDD3EC
Tints of Fog #DDD3EC
RGB
CMYK
RGB Variations
Color information
#DDD3EC (or 0xDDD3EC) is known color: Fog. HEX triplet: DD, D3 and EC. RGB value is (221,211,236). Sum of RGB (Red+Green+Blue) = 221+211+236=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDD3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3EC is #222C13. Grayscale: #D8D8D8. Windows color (decimal): -2239508 or 15520733. OLE color: 15520733.
HSL color Cylindrical-coordinate representation of color #DDD3EC: hue angle of 264º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD3EC is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 211 | 236 | - |
CMYK | 0.06 | 0.11 | 0 | 0.07 |
HSL | 264º | 0.4% | 0.88% | - |
HSV(B) | 264º | 0.11% | 0.93% | - |
XYZ | 68.25 | 68.02 | 88.89 | - |
YUV | 216.84 | 138.81 | 130.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 211 | 236 | 0.06 | 0.11 | 0 | 0.07 | 264 | 0.4 | 0.88 |
Hex | DD | D3 | EC | 6 | B | 0 | 7 | 108 | 28 | 58 |
Octal | 335 | 323 | 354 | 6 | 13 | 0 | 7 | 410 | 50 | 130 |
Binary | 11011101 | 11010011 | 11101100 | 110 | 1011 | 0 | 111 | 100001000 | 101000 | 1011000 |
Color Harmonies of #DDD3EC
Complementary color
Monochromatic Colors of #DDD3EC
Black with #DDD3EC
Text Example
Text Example
White with #DDD3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3EC; }
p { color: rgb(221,211,236); }
H1.HeaderClassName
{
color: #DDD3EC;
}
.AnyTagClassName
{
color: #DDD3EC;
}
</style>
background-color css
<style>
a { background-color: #DDD3EC; }
a { background-color: rgb(221,211,236); }
div.DivClassName
{
background-color: #DDD3EC;
}
.BgClassName
{
background-color: #DDD3EC;
}
</style>
border-color css
<style>
span { border-color: #DDD3EC; }
span { border-color: rgb(221,211,236); }
td.TdClassName
{
border-color: #DDD3EC;
}
.TagClassName
{
border-color: #DDD3EC;
}
</style>