Shades of Fog #DDD0EE
Tints of Fog #DDD0EE
RGB
CMYK
RGB Variations
Color information
#DDD0EE (or 0xDDD0EE) is known color: Fog. HEX triplet: DD, D0 and EE. RGB value is (221,208,238). Sum of RGB (Red+Green+Blue) = 221+208+238=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDD0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0EE is #222F11. Grayscale: #D7D7D7. Windows color (decimal): -2240274 or 15651037. OLE color: 15651037.
HSL color Cylindrical-coordinate representation of color #DDD0EE: hue angle of 266º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDD0EE is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 208 | 238 | - |
CMYK | 0.07 | 0.13 | 0 | 0.07 |
HSL | 266º | 0.47% | 0.87% | - |
HSV(B) | 266º | 0.13% | 0.93% | - |
XYZ | 67.81 | 66.66 | 90.18 | - |
YUV | 215.31 | 140.81 | 132.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 208 | 238 | 0.07 | 0.13 | 0 | 0.07 | 266 | 0.47 | 0.87 |
Hex | DD | D0 | EE | 7 | D | 0 | 7 | 10A | 2F | 57 |
Octal | 335 | 320 | 356 | 7 | 15 | 0 | 7 | 412 | 57 | 127 |
Binary | 11011101 | 11010000 | 11101110 | 111 | 1101 | 0 | 111 | 100001010 | 101111 | 1010111 |
Color Harmonies of #DDD0EE
Complementary color
Monochromatic Colors of #DDD0EE
Black with #DDD0EE
Text Example
Text Example
White with #DDD0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0EE; }
p { color: rgb(221,208,238); }
H1.HeaderClassName
{
color: #DDD0EE;
}
.AnyTagClassName
{
color: #DDD0EE;
}
</style>
background-color css
<style>
a { background-color: #DDD0EE; }
a { background-color: rgb(221,208,238); }
div.DivClassName
{
background-color: #DDD0EE;
}
.BgClassName
{
background-color: #DDD0EE;
}
</style>
border-color css
<style>
span { border-color: #DDD0EE; }
span { border-color: rgb(221,208,238); }
td.TdClassName
{
border-color: #DDD0EE;
}
.TagClassName
{
border-color: #DDD0EE;
}
</style>