Shades of Fog #DDD1F7
Tints of Fog #DDD1F7
RGB
CMYK
RGB Variations
Color information
#DDD1F7 (or 0xDDD1F7) is known color: Fog. HEX triplet: DD, D1 and F7. RGB value is (221,209,247). Sum of RGB (Red+Green+Blue) = 221+209+247=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 209 (82.03% from 255 or 30.87% from 677); Blue value is 247 (96.88% from 255 or 36.48% from 677); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDD1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1F7 is #222E08. Grayscale: #D8D8D8. Windows color (decimal): -2240009 or 16241117. OLE color: 16241117.
HSL color Cylindrical-coordinate representation of color #DDD1F7: hue angle of 258.95º degrees, saturation: 0.7, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDD1F7 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 209 | 247 | - |
CMYK | 0.11 | 0.15 | 0 | 0.03 |
HSL | 258.95º | 0.7% | 0.89% | - |
HSV(B) | 258.95º | 0.15% | 0.97% | - |
XYZ | 69.41 | 67.69 | 97.4 | - |
YUV | 216.92 | 144.98 | 130.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 247 | 0.11 | 0.15 | 0 | 0.03 | 258.95 | 0.7 | 0.89 |
Hex | DD | D1 | F7 | B | F | 0 | 3 | 103 | 46 | 59 |
Octal | 335 | 321 | 367 | 13 | 17 | 0 | 3 | 403 | 106 | 131 |
Binary | 11011101 | 11010001 | 11110111 | 1011 | 1111 | 0 | 11 | 100000011 | 1000110 | 1011001 |
Color Harmonies of #DDD1F7
Complementary color
Monochromatic Colors of #DDD1F7
Black with #DDD1F7
Text Example
Text Example
White with #DDD1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1F7; }
p { color: rgb(221,209,247); }
H1.HeaderClassName
{
color: #DDD1F7;
}
.AnyTagClassName
{
color: #DDD1F7;
}
</style>
background-color css
<style>
a { background-color: #DDD1F7; }
a { background-color: rgb(221,209,247); }
div.DivClassName
{
background-color: #DDD1F7;
}
.BgClassName
{
background-color: #DDD1F7;
}
</style>
border-color css
<style>
span { border-color: #DDD1F7; }
span { border-color: rgb(221,209,247); }
td.TdClassName
{
border-color: #DDD1F7;
}
.TagClassName
{
border-color: #DDD1F7;
}
</style>