Shades of Fog #DDD1FA
Tints of Fog #DDD1FA
RGB
CMYK
RGB Variations
Color information
#DDD1FA (or 0xDDD1FA) is known color: Fog. HEX triplet: DD, D1 and FA. RGB value is (221,209,250). Sum of RGB (Red+Green+Blue) = 221+209+250=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 209 (82.03% from 255 or 30.74% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDD1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1FA is #222E05. Grayscale: #D9D9D9. Windows color (decimal): -2240006 or 16437725. OLE color: 16437725.
HSL color Cylindrical-coordinate representation of color #DDD1FA: hue angle of 257.56º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDD1FA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 209 | 250 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.02 |
| HSL | 257.56º | 0.8% | 0.9% | - |
| HSV(B) | 257.56º | 0.16% | 0.98% | - |
| XYZ | 69.87 | 67.88 | 99.86 | - |
| YUV | 217.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 250 | 0.12 | 0.16 | 0 | 0.02 | 257.56 | 0.8 | 0.9 |
| Hex | DD | D1 | FA | C | 10 | 0 | 2 | 102 | 50 | 5A |
| Octal | 335 | 321 | 372 | 14 | 20 | 0 | 2 | 402 | 120 | 132 |
| Binary | 11011101 | 11010001 | 11111010 | 1100 | 10000 | 0 | 10 | 100000010 | 1010000 | 1011010 |
Color Harmonies of #DDD1FA
Complementary color
Monochromatic Colors of #DDD1FA
Black with #DDD1FA
Text Example
Text Example
White with #DDD1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1FA; }
p { color: rgb(221,209,250); }
H1.HeaderClassName
{
color: #DDD1FA;
}
.AnyTagClassName
{
color: #DDD1FA;
}
</style>
background-color css
<style>
a { background-color: #DDD1FA; }
a { background-color: rgb(221,209,250); }
div.DivClassName
{
background-color: #DDD1FA;
}
.BgClassName
{
background-color: #DDD1FA;
}
</style>
border-color css
<style>
span { border-color: #DDD1FA; }
span { border-color: rgb(221,209,250); }
td.TdClassName
{
border-color: #DDD1FA;
}
.TagClassName
{
border-color: #DDD1FA;
}
</style>