Shades of Fog #DDD0EB
Tints of Fog #DDD0EB
RGB
CMYK
RGB Variations
Color information
#DDD0EB (or 0xDDD0EB) is known color: Fog. HEX triplet: DD, D0 and EB. RGB value is (221,208,235). Sum of RGB (Red+Green+Blue) = 221+208+235=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDD0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0EB is #222F14. Grayscale: #D6D6D6. Windows color (decimal): -2240277 or 15454429. OLE color: 15454429.
HSL color Cylindrical-coordinate representation of color #DDD0EB: hue angle of 268.89º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD0EB is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 221 | 208 | 235 | - |
CMYK | 0.06 | 0.11 | 0 | 0.08 |
HSL | 268.89º | 0.4% | 0.87% | - |
HSV(B) | 268.89º | 0.11% | 0.92% | - |
XYZ | 67.37 | 66.48 | 87.88 | - |
YUV | 214.97 | 139.31 | 132.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 208 | 235 | 0.06 | 0.11 | 0 | 0.08 | 268.89 | 0.4 | 0.87 |
Hex | DD | D0 | EB | 6 | B | 0 | 8 | 10D | 28 | 57 |
Octal | 335 | 320 | 353 | 6 | 13 | 0 | 10 | 415 | 50 | 127 |
Binary | 11011101 | 11010000 | 11101011 | 110 | 1011 | 0 | 1000 | 100001101 | 101000 | 1010111 |
Color Harmonies of #DDD0EB
Complementary color
Monochromatic Colors of #DDD0EB
Black with #DDD0EB
Text Example
Text Example
White with #DDD0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0EB; }
p { color: rgb(221,208,235); }
H1.HeaderClassName
{
color: #DDD0EB;
}
.AnyTagClassName
{
color: #DDD0EB;
}
</style>
background-color css
<style>
a { background-color: #DDD0EB; }
a { background-color: rgb(221,208,235); }
div.DivClassName
{
background-color: #DDD0EB;
}
.BgClassName
{
background-color: #DDD0EB;
}
</style>
border-color css
<style>
span { border-color: #DDD0EB; }
span { border-color: rgb(221,208,235); }
td.TdClassName
{
border-color: #DDD0EB;
}
.TagClassName
{
border-color: #DDD0EB;
}
</style>