Shades of Fog #DDD7EA
Tints of Fog #DDD7EA
RGB
CMYK
RGB Variations
Color information
#DDD7EA (or 0xDDD7EA) is known color: Fog. HEX triplet: DD, D7 and EA. RGB value is (221,215,234). Sum of RGB (Red+Green+Blue) = 221+215+234=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDD7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7EA is #222815. Grayscale: #DADADA. Windows color (decimal): -2238486 or 15390685. OLE color: 15390685.
HSL color Cylindrical-coordinate representation of color #DDD7EA: hue angle of 258.95º degrees, saturation: 0.31, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDD7EA is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 215 | 234 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.08 |
| HSL | 258.95º | 0.31% | 0.88% | - |
| HSV(B) | 258.95º | 0.08% | 0.92% | - |
| XYZ | 68.97 | 69.91 | 87.7 | - |
| YUV | 218.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 234 | 0.06 | 0.08 | 0 | 0.08 | 258.95 | 0.31 | 0.88 |
| Hex | DD | D7 | EA | 6 | 8 | 0 | 8 | 103 | 1F | 58 |
| Octal | 335 | 327 | 352 | 6 | 10 | 0 | 10 | 403 | 37 | 130 |
| Binary | 11011101 | 11010111 | 11101010 | 110 | 1000 | 0 | 1000 | 100000011 | 11111 | 1011000 |
Color Harmonies of #DDD7EA
Complementary color
Monochromatic Colors of #DDD7EA
Black with #DDD7EA
Text Example
Text Example
White with #DDD7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7EA; }
p { color: rgb(221,215,234); }
H1.HeaderClassName
{
color: #DDD7EA;
}
.AnyTagClassName
{
color: #DDD7EA;
}
</style>
background-color css
<style>
a { background-color: #DDD7EA; }
a { background-color: rgb(221,215,234); }
div.DivClassName
{
background-color: #DDD7EA;
}
.BgClassName
{
background-color: #DDD7EA;
}
</style>
border-color css
<style>
span { border-color: #DDD7EA; }
span { border-color: rgb(221,215,234); }
td.TdClassName
{
border-color: #DDD7EA;
}
.TagClassName
{
border-color: #DDD7EA;
}
</style>