Shades of Fog #DDD4EE
Tints of Fog #DDD4EE
RGB
CMYK
RGB Variations
Color information
#DDD4EE (or 0xDDD4EE) is known color: Fog. HEX triplet: DD, D4 and EE. RGB value is (221,212,238). Sum of RGB (Red+Green+Blue) = 221+212+238=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD4EE is #222B11. Grayscale: #D9D9D9. Windows color (decimal): -2239250 or 15652061. OLE color: 15652061.
HSL color Cylindrical-coordinate representation of color #DDD4EE: hue angle of 260.77º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD4EE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 212 | 238 | - |
CMYK | 0.07 | 0.11 | 0 | 0.07 |
HSL | 260.77º | 0.43% | 0.88% | - |
HSV(B) | 260.77º | 0.11% | 0.93% | - |
XYZ | 68.79 | 68.63 | 90.51 | - |
YUV | 217.66 | 139.48 | 130.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 212 | 238 | 0.07 | 0.11 | 0 | 0.07 | 260.77 | 0.43 | 0.88 |
Hex | DD | D4 | EE | 7 | B | 0 | 7 | 105 | 2B | 58 |
Octal | 335 | 324 | 356 | 7 | 13 | 0 | 7 | 405 | 53 | 130 |
Binary | 11011101 | 11010100 | 11101110 | 111 | 1011 | 0 | 111 | 100000101 | 101011 | 1011000 |
Color Harmonies of #DDD4EE
Complementary color
Monochromatic Colors of #DDD4EE
Black with #DDD4EE
Text Example
Text Example
White with #DDD4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4EE; }
p { color: rgb(221,212,238); }
H1.HeaderClassName
{
color: #DDD4EE;
}
.AnyTagClassName
{
color: #DDD4EE;
}
</style>
background-color css
<style>
a { background-color: #DDD4EE; }
a { background-color: rgb(221,212,238); }
div.DivClassName
{
background-color: #DDD4EE;
}
.BgClassName
{
background-color: #DDD4EE;
}
</style>
border-color css
<style>
span { border-color: #DDD4EE; }
span { border-color: rgb(221,212,238); }
td.TdClassName
{
border-color: #DDD4EE;
}
.TagClassName
{
border-color: #DDD4EE;
}
</style>