Shades of Fog #DDD4EB
Tints of Fog #DDD4EB
RGB
CMYK
RGB Variations
Color information
#DDD4EB (or 0xDDD4EB) is known color: Fog. HEX triplet: DD, D4 and EB. RGB value is (221,212,235). Sum of RGB (Red+Green+Blue) = 221+212+235=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDD4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD4EB is #222B14. Grayscale: #D9D9D9. Windows color (decimal): -2239253 or 15455453. OLE color: 15455453.
HSL color Cylindrical-coordinate representation of color #DDD4EB: hue angle of 263.48º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD4EB is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 221 | 212 | 235 | - |
CMYK | 0.06 | 0.10 | 0 | 0.08 |
HSL | 263.48º | 0.37% | 0.88% | - |
HSV(B) | 263.48º | 0.1% | 0.92% | - |
XYZ | 68.36 | 68.46 | 88.21 | - |
YUV | 217.31 | 137.98 | 130.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 212 | 235 | 0.06 | 0.10 | 0 | 0.08 | 263.48 | 0.37 | 0.88 |
Hex | DD | D4 | EB | 6 | A | 0 | 8 | 107 | 25 | 58 |
Octal | 335 | 324 | 353 | 6 | 12 | 0 | 10 | 407 | 45 | 130 |
Binary | 11011101 | 11010100 | 11101011 | 110 | 1010 | 0 | 1000 | 100000111 | 100101 | 1011000 |
Color Harmonies of #DDD4EB
Complementary color
Monochromatic Colors of #DDD4EB
Black with #DDD4EB
Text Example
Text Example
White with #DDD4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4EB; }
p { color: rgb(221,212,235); }
H1.HeaderClassName
{
color: #DDD4EB;
}
.AnyTagClassName
{
color: #DDD4EB;
}
</style>
background-color css
<style>
a { background-color: #DDD4EB; }
a { background-color: rgb(221,212,235); }
div.DivClassName
{
background-color: #DDD4EB;
}
.BgClassName
{
background-color: #DDD4EB;
}
</style>
border-color css
<style>
span { border-color: #DDD4EB; }
span { border-color: rgb(221,212,235); }
td.TdClassName
{
border-color: #DDD4EB;
}
.TagClassName
{
border-color: #DDD4EB;
}
</style>