Shades of Fog #DDD1F1
Tints of Fog #DDD1F1
RGB
CMYK
RGB Variations
Color information
#DDD1F1 (or 0xDDD1F1) is known color: Fog. HEX triplet: DD, D1 and F1. RGB value is (221,209,241). Sum of RGB (Red+Green+Blue) = 221+209+241=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 209 (82.03% from 255 or 31.15% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDD1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1F1 is #222E0E. Grayscale: #D8D8D8. Windows color (decimal): -2240015 or 15847901. OLE color: 15847901.
HSL color Cylindrical-coordinate representation of color #DDD1F1: hue angle of 262.5º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDD1F1 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 209 | 241 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.05 |
| HSL | 262.5º | 0.53% | 0.88% | - |
| HSV(B) | 262.5º | 0.13% | 0.95% | - |
| XYZ | 68.5 | 67.32 | 92.6 | - |
| YUV | 216.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 241 | 0.08 | 0.13 | 0 | 0.05 | 262.5 | 0.53 | 0.88 |
| Hex | DD | D1 | F1 | 8 | D | 0 | 5 | 106 | 35 | 58 |
| Octal | 335 | 321 | 361 | 10 | 15 | 0 | 5 | 406 | 65 | 130 |
| Binary | 11011101 | 11010001 | 11110001 | 1000 | 1101 | 0 | 101 | 100000110 | 110101 | 1011000 |
Color Harmonies of #DDD1F1
Complementary color
Monochromatic Colors of #DDD1F1
Black with #DDD1F1
Text Example
Text Example
White with #DDD1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1F1; }
p { color: rgb(221,209,241); }
H1.HeaderClassName
{
color: #DDD1F1;
}
.AnyTagClassName
{
color: #DDD1F1;
}
</style>
background-color css
<style>
a { background-color: #DDD1F1; }
a { background-color: rgb(221,209,241); }
div.DivClassName
{
background-color: #DDD1F1;
}
.BgClassName
{
background-color: #DDD1F1;
}
</style>
border-color css
<style>
span { border-color: #DDD1F1; }
span { border-color: rgb(221,209,241); }
td.TdClassName
{
border-color: #DDD1F1;
}
.TagClassName
{
border-color: #DDD1F1;
}
</style>