Shades of Fog #DDD1E9
Tints of Fog #DDD1E9
RGB
CMYK
RGB Variations
Color information
#DDD1E9 (or 0xDDD1E9) is known color: Fog. HEX triplet: DD, D1 and E9. RGB value is (221,209,233). Sum of RGB (Red+Green+Blue) = 221+209+233=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 209 (82.03% from 255 or 31.52% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDD1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1E9 is #222E16. Grayscale: #D7D7D7. Windows color (decimal): -2240023 or 15323613. OLE color: 15323613.
HSL color Cylindrical-coordinate representation of color #DDD1E9: hue angle of 270º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD1E9 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 209 | 233 | - |
CMYK | 0.05 | 0.10 | 0 | 0.09 |
HSL | 270º | 0.35% | 0.87% | - |
HSV(B) | 270º | 0.1% | 0.91% | - |
XYZ | 67.33 | 66.86 | 86.45 | - |
YUV | 215.32 | 137.98 | 132.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 233 | 0.05 | 0.10 | 0 | 0.09 | 270 | 0.35 | 0.87 |
Hex | DD | D1 | E9 | 5 | A | 0 | 9 | 10E | 23 | 57 |
Octal | 335 | 321 | 351 | 5 | 12 | 0 | 11 | 416 | 43 | 127 |
Binary | 11011101 | 11010001 | 11101001 | 101 | 1010 | 0 | 1001 | 100001110 | 100011 | 1010111 |
Color Harmonies of #DDD1E9
Complementary color
Monochromatic Colors of #DDD1E9
Black with #DDD1E9
Text Example
Text Example
White with #DDD1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1E9; }
p { color: rgb(221,209,233); }
H1.HeaderClassName
{
color: #DDD1E9;
}
.AnyTagClassName
{
color: #DDD1E9;
}
</style>
background-color css
<style>
a { background-color: #DDD1E9; }
a { background-color: rgb(221,209,233); }
div.DivClassName
{
background-color: #DDD1E9;
}
.BgClassName
{
background-color: #DDD1E9;
}
</style>
border-color css
<style>
span { border-color: #DDD1E9; }
span { border-color: rgb(221,209,233); }
td.TdClassName
{
border-color: #DDD1E9;
}
.TagClassName
{
border-color: #DDD1E9;
}
</style>