Shades of Fog #DDD1F2
Tints of Fog #DDD1F2
RGB
CMYK
RGB Variations
Color information
#DDD1F2 (or 0xDDD1F2) is known color: Fog. HEX triplet: DD, D1 and F2. RGB value is (221,209,242). Sum of RGB (Red+Green+Blue) = 221+209+242=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 209 (82.03% from 255 or 31.10% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDD1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1F2 is #222E0D. Grayscale: #D8D8D8. Windows color (decimal): -2240014 or 15913437. OLE color: 15913437.
HSL color Cylindrical-coordinate representation of color #DDD1F2: hue angle of 261.82º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD1F2 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 209 | 242 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.05 |
| HSL | 261.82º | 0.56% | 0.88% | - |
| HSV(B) | 261.82º | 0.14% | 0.95% | - |
| XYZ | 68.65 | 67.38 | 93.39 | - |
| YUV | 216.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 242 | 0.09 | 0.14 | 0 | 0.05 | 261.82 | 0.56 | 0.88 |
| Hex | DD | D1 | F2 | 9 | E | 0 | 5 | 106 | 38 | 58 |
| Octal | 335 | 321 | 362 | 11 | 16 | 0 | 5 | 406 | 70 | 130 |
| Binary | 11011101 | 11010001 | 11110010 | 1001 | 1110 | 0 | 101 | 100000110 | 111000 | 1011000 |
Color Harmonies of #DDD1F2
Complementary color
Monochromatic Colors of #DDD1F2
Black with #DDD1F2
Text Example
Text Example
White with #DDD1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1F2; }
p { color: rgb(221,209,242); }
H1.HeaderClassName
{
color: #DDD1F2;
}
.AnyTagClassName
{
color: #DDD1F2;
}
</style>
background-color css
<style>
a { background-color: #DDD1F2; }
a { background-color: rgb(221,209,242); }
div.DivClassName
{
background-color: #DDD1F2;
}
.BgClassName
{
background-color: #DDD1F2;
}
</style>
border-color css
<style>
span { border-color: #DDD1F2; }
span { border-color: rgb(221,209,242); }
td.TdClassName
{
border-color: #DDD1F2;
}
.TagClassName
{
border-color: #DDD1F2;
}
</style>