Shades of Fog #DDD1F3
Tints of Fog #DDD1F3
RGB
CMYK
RGB Variations
Color information
#DDD1F3 (or 0xDDD1F3) is known color: Fog. HEX triplet: DD, D1 and F3. RGB value is (221,209,243). Sum of RGB (Red+Green+Blue) = 221+209+243=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 209 (82.03% from 255 or 31.05% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDD1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1F3 is #222E0C. Grayscale: #D8D8D8. Windows color (decimal): -2240013 or 15978973. OLE color: 15978973.
HSL color Cylindrical-coordinate representation of color #DDD1F3: hue angle of 261.18º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD1F3 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 209 | 243 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.05 |
| HSL | 261.18º | 0.59% | 0.89% | - |
| HSV(B) | 261.18º | 0.14% | 0.95% | - |
| XYZ | 68.8 | 67.44 | 94.19 | - |
| YUV | 216.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 243 | 0.09 | 0.14 | 0 | 0.05 | 261.18 | 0.59 | 0.89 |
| Hex | DD | D1 | F3 | 9 | E | 0 | 5 | 105 | 3B | 59 |
| Octal | 335 | 321 | 363 | 11 | 16 | 0 | 5 | 405 | 73 | 131 |
| Binary | 11011101 | 11010001 | 11110011 | 1001 | 1110 | 0 | 101 | 100000101 | 111011 | 1011001 |
Color Harmonies of #DDD1F3
Complementary color
Monochromatic Colors of #DDD1F3
Black with #DDD1F3
Text Example
Text Example
White with #DDD1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1F3; }
p { color: rgb(221,209,243); }
H1.HeaderClassName
{
color: #DDD1F3;
}
.AnyTagClassName
{
color: #DDD1F3;
}
</style>
background-color css
<style>
a { background-color: #DDD1F3; }
a { background-color: rgb(221,209,243); }
div.DivClassName
{
background-color: #DDD1F3;
}
.BgClassName
{
background-color: #DDD1F3;
}
</style>
border-color css
<style>
span { border-color: #DDD1F3; }
span { border-color: rgb(221,209,243); }
td.TdClassName
{
border-color: #DDD1F3;
}
.TagClassName
{
border-color: #DDD1F3;
}
</style>