Shades of Fog #DDD3ED
Tints of Fog #DDD3ED
RGB
CMYK
RGB Variations
Color information
#DDD3ED (or 0xDDD3ED) is known color: Fog. HEX triplet: DD, D3 and ED. RGB value is (221,211,237). Sum of RGB (Red+Green+Blue) = 221+211+237=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDD3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3ED is #222C12. Grayscale: #D8D8D8. Windows color (decimal): -2239507 or 15586269. OLE color: 15586269.
HSL color Cylindrical-coordinate representation of color #DDD3ED: hue angle of 263.08º degrees, saturation: 0.42, 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 #DDD3ED is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 211 | 237 | - |
CMYK | 0.07 | 0.11 | 0 | 0.07 |
HSL | 263.08º | 0.42% | 0.88% | - |
HSV(B) | 263.08º | 0.11% | 0.93% | - |
XYZ | 68.4 | 68.08 | 89.66 | - |
YUV | 216.95 | 139.31 | 130.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 211 | 237 | 0.07 | 0.11 | 0 | 0.07 | 263.08 | 0.42 | 0.88 |
Hex | DD | D3 | ED | 7 | B | 0 | 7 | 107 | 2A | 58 |
Octal | 335 | 323 | 355 | 7 | 13 | 0 | 7 | 407 | 52 | 130 |
Binary | 11011101 | 11010011 | 11101101 | 111 | 1011 | 0 | 111 | 100000111 | 101010 | 1011000 |
Color Harmonies of #DDD3ED
Complementary color
Monochromatic Colors of #DDD3ED
Black with #DDD3ED
Text Example
Text Example
White with #DDD3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3ED; }
p { color: rgb(221,211,237); }
H1.HeaderClassName
{
color: #DDD3ED;
}
.AnyTagClassName
{
color: #DDD3ED;
}
</style>
background-color css
<style>
a { background-color: #DDD3ED; }
a { background-color: rgb(221,211,237); }
div.DivClassName
{
background-color: #DDD3ED;
}
.BgClassName
{
background-color: #DDD3ED;
}
</style>
border-color css
<style>
span { border-color: #DDD3ED; }
span { border-color: rgb(221,211,237); }
td.TdClassName
{
border-color: #DDD3ED;
}
.TagClassName
{
border-color: #DDD3ED;
}
</style>