Shades of Fog #DDD6ED
Tints of Fog #DDD6ED
RGB
CMYK
RGB Variations
Color information
#DDD6ED (or 0xDDD6ED) is known color: Fog. HEX triplet: DD, D6 and ED. RGB value is (221,214,237). Sum of RGB (Red+Green+Blue) = 221+214+237=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6ED is #222912. Grayscale: #DADADA. Windows color (decimal): -2238739 or 15587037. OLE color: 15587037.
HSL color Cylindrical-coordinate representation of color #DDD6ED: hue angle of 258.26º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD6ED is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 214 | 237 | - |
CMYK | 0.07 | 0.10 | 0 | 0.07 |
HSL | 258.26º | 0.39% | 0.88% | - |
HSV(B) | 258.26º | 0.1% | 0.93% | - |
XYZ | 69.15 | 69.58 | 89.91 | - |
YUV | 218.72 | 138.32 | 129.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 214 | 237 | 0.07 | 0.10 | 0 | 0.07 | 258.26 | 0.39 | 0.88 |
Hex | DD | D6 | ED | 7 | A | 0 | 7 | 102 | 27 | 58 |
Octal | 335 | 326 | 355 | 7 | 12 | 0 | 7 | 402 | 47 | 130 |
Binary | 11011101 | 11010110 | 11101101 | 111 | 1010 | 0 | 111 | 100000010 | 100111 | 1011000 |
Color Harmonies of #DDD6ED
Complementary color
Monochromatic Colors of #DDD6ED
Black with #DDD6ED
Text Example
Text Example
White with #DDD6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6ED; }
p { color: rgb(221,214,237); }
H1.HeaderClassName
{
color: #DDD6ED;
}
.AnyTagClassName
{
color: #DDD6ED;
}
</style>
background-color css
<style>
a { background-color: #DDD6ED; }
a { background-color: rgb(221,214,237); }
div.DivClassName
{
background-color: #DDD6ED;
}
.BgClassName
{
background-color: #DDD6ED;
}
</style>
border-color css
<style>
span { border-color: #DDD6ED; }
span { border-color: rgb(221,214,237); }
td.TdClassName
{
border-color: #DDD6ED;
}
.TagClassName
{
border-color: #DDD6ED;
}
</style>