Shades of Fog #DDD0F3
Tints of Fog #DDD0F3
RGB
CMYK
RGB Variations
Color information
#DDD0F3 (or 0xDDD0F3) is known color: Fog. HEX triplet: DD, D0 and F3. RGB value is (221,208,243). Sum of RGB (Red+Green+Blue) = 221+208+243=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDD0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0F3 is #222F0C. Grayscale: #D7D7D7. Windows color (decimal): -2240269 or 15978717. OLE color: 15978717.
HSL color Cylindrical-coordinate representation of color #DDD0F3: hue angle of 262.29º degrees, saturation: 0.59, 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 #DDD0F3 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 208 | 243 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.05 |
| HSL | 262.29º | 0.59% | 0.88% | - |
| HSV(B) | 262.29º | 0.14% | 0.95% | - |
| XYZ | 68.55 | 66.95 | 94.1 | - |
| YUV | 215.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 243 | 0.09 | 0.14 | 0 | 0.05 | 262.29 | 0.59 | 0.88 |
| Hex | DD | D0 | F3 | 9 | E | 0 | 5 | 106 | 3B | 58 |
| Octal | 335 | 320 | 363 | 11 | 16 | 0 | 5 | 406 | 73 | 130 |
| Binary | 11011101 | 11010000 | 11110011 | 1001 | 1110 | 0 | 101 | 100000110 | 111011 | 1011000 |
Color Harmonies of #DDD0F3
Complementary color
Monochromatic Colors of #DDD0F3
Black with #DDD0F3
Text Example
Text Example
White with #DDD0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0F3; }
p { color: rgb(221,208,243); }
H1.HeaderClassName
{
color: #DDD0F3;
}
.AnyTagClassName
{
color: #DDD0F3;
}
</style>
background-color css
<style>
a { background-color: #DDD0F3; }
a { background-color: rgb(221,208,243); }
div.DivClassName
{
background-color: #DDD0F3;
}
.BgClassName
{
background-color: #DDD0F3;
}
</style>
border-color css
<style>
span { border-color: #DDD0F3; }
span { border-color: rgb(221,208,243); }
td.TdClassName
{
border-color: #DDD0F3;
}
.TagClassName
{
border-color: #DDD0F3;
}
</style>