Shades of Fog #DDD3EA
Tints of Fog #DDD3EA
RGB
CMYK
RGB Variations
Color information
#DDD3EA (or 0xDDD3EA) is known color: Fog. HEX triplet: DD, D3 and EA. RGB value is (221,211,234). Sum of RGB (Red+Green+Blue) = 221+211+234=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3EA is #222C15. Grayscale: #D8D8D8. Windows color (decimal): -2239510 or 15389661. OLE color: 15389661.
HSL color Cylindrical-coordinate representation of color #DDD3EA: hue angle of 266.09º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD3EA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 211 | 234 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.08 |
| HSL | 266.09º | 0.35% | 0.87% | - |
| HSV(B) | 266.09º | 0.1% | 0.92% | - |
| XYZ | 67.96 | 67.9 | 87.37 | - |
| YUV | 216.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 234 | 0.06 | 0.10 | 0 | 0.08 | 266.09 | 0.35 | 0.87 |
| Hex | DD | D3 | EA | 6 | A | 0 | 8 | 10A | 23 | 57 |
| Octal | 335 | 323 | 352 | 6 | 12 | 0 | 10 | 412 | 43 | 127 |
| Binary | 11011101 | 11010011 | 11101010 | 110 | 1010 | 0 | 1000 | 100001010 | 100011 | 1010111 |
Color Harmonies of #DDD3EA
Complementary color
Monochromatic Colors of #DDD3EA
Black with #DDD3EA
Text Example
Text Example
White with #DDD3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3EA; }
p { color: rgb(221,211,234); }
H1.HeaderClassName
{
color: #DDD3EA;
}
.AnyTagClassName
{
color: #DDD3EA;
}
</style>
background-color css
<style>
a { background-color: #DDD3EA; }
a { background-color: rgb(221,211,234); }
div.DivClassName
{
background-color: #DDD3EA;
}
.BgClassName
{
background-color: #DDD3EA;
}
</style>
border-color css
<style>
span { border-color: #DDD3EA; }
span { border-color: rgb(221,211,234); }
td.TdClassName
{
border-color: #DDD3EA;
}
.TagClassName
{
border-color: #DDD3EA;
}
</style>