Shades of Fog #DDD1EB
Tints of Fog #DDD1EB
RGB
CMYK
RGB Variations
Color information
#DDD1EB (or 0xDDD1EB) is known color: Fog. HEX triplet: DD, D1 and EB. RGB value is (221,209,235). Sum of RGB (Red+Green+Blue) = 221+209+235=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 209 (82.03% from 255 or 31.43% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDD1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1EB is #222E14. Grayscale: #D7D7D7. Windows color (decimal): -2240021 or 15454685. OLE color: 15454685.
HSL color Cylindrical-coordinate representation of color #DDD1EB: hue angle of 267.69º degrees, saturation: 0.39, 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 #DDD1EB is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 209 | 235 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.08 |
| HSL | 267.69º | 0.39% | 0.87% | - |
| HSV(B) | 267.69º | 0.11% | 0.92% | - |
| XYZ | 67.61 | 66.97 | 87.96 | - |
| YUV | 215.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 235 | 0.06 | 0.11 | 0 | 0.08 | 267.69 | 0.39 | 0.87 |
| Hex | DD | D1 | EB | 6 | B | 0 | 8 | 10C | 27 | 57 |
| Octal | 335 | 321 | 353 | 6 | 13 | 0 | 10 | 414 | 47 | 127 |
| Binary | 11011101 | 11010001 | 11101011 | 110 | 1011 | 0 | 1000 | 100001100 | 100111 | 1010111 |
Color Harmonies of #DDD1EB
Complementary color
Monochromatic Colors of #DDD1EB
Black with #DDD1EB
Text Example
Text Example
White with #DDD1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1EB; }
p { color: rgb(221,209,235); }
H1.HeaderClassName
{
color: #DDD1EB;
}
.AnyTagClassName
{
color: #DDD1EB;
}
</style>
background-color css
<style>
a { background-color: #DDD1EB; }
a { background-color: rgb(221,209,235); }
div.DivClassName
{
background-color: #DDD1EB;
}
.BgClassName
{
background-color: #DDD1EB;
}
</style>
border-color css
<style>
span { border-color: #DDD1EB; }
span { border-color: rgb(221,209,235); }
td.TdClassName
{
border-color: #DDD1EB;
}
.TagClassName
{
border-color: #DDD1EB;
}
</style>