Shades of Fog #DDD3E8
Tints of Fog #DDD3E8
RGB
CMYK
RGB Variations
Color information
#DDD3E8 (or 0xDDD3E8) is known color: Fog. HEX triplet: DD, D3 and E8. RGB value is (221,211,232). Sum of RGB (Red+Green+Blue) = 221+211+232=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDD3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3E8 is #222C17. Grayscale: #D8D8D8. Windows color (decimal): -2239512 or 15258589. OLE color: 15258589.
HSL color Cylindrical-coordinate representation of color #DDD3E8: hue angle of 268.57º degrees, saturation: 0.31, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD3E8 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 211 | 232 | - |
CMYK | 0.05 | 0.09 | 0 | 0.09 |
HSL | 268.57º | 0.31% | 0.87% | - |
HSV(B) | 268.57º | 0.09% | 0.91% | - |
XYZ | 67.68 | 67.79 | 85.86 | - |
YUV | 216.38 | 136.81 | 131.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 211 | 232 | 0.05 | 0.09 | 0 | 0.09 | 268.57 | 0.31 | 0.87 |
Hex | DD | D3 | E8 | 5 | 9 | 0 | 9 | 10D | 1F | 57 |
Octal | 335 | 323 | 350 | 5 | 11 | 0 | 11 | 415 | 37 | 127 |
Binary | 11011101 | 11010011 | 11101000 | 101 | 1001 | 0 | 1001 | 100001101 | 11111 | 1010111 |
Color Harmonies of #DDD3E8
Complementary color
Monochromatic Colors of #DDD3E8
Black with #DDD3E8
Text Example
Text Example
White with #DDD3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3E8; }
p { color: rgb(221,211,232); }
H1.HeaderClassName
{
color: #DDD3E8;
}
.AnyTagClassName
{
color: #DDD3E8;
}
</style>
background-color css
<style>
a { background-color: #DDD3E8; }
a { background-color: rgb(221,211,232); }
div.DivClassName
{
background-color: #DDD3E8;
}
.BgClassName
{
background-color: #DDD3E8;
}
</style>
border-color css
<style>
span { border-color: #DDD3E8; }
span { border-color: rgb(221,211,232); }
td.TdClassName
{
border-color: #DDD3E8;
}
.TagClassName
{
border-color: #DDD3E8;
}
</style>