Shades of Fog #DDD0FE
Tints of Fog #DDD0FE
RGB
CMYK
RGB Variations
Color information
#DDD0FE (or 0xDDD0FE) is known color: Fog. HEX triplet: DD, D0 and FE. RGB value is (221,208,254). Sum of RGB (Red+Green+Blue) = 221+208+254=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 208 (81.64% from 255 or 30.45% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDD0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0FE is #222F01. Grayscale: #D8D8D8. Windows color (decimal): -2240258 or 16699613. OLE color: 16699613.
HSL color Cylindrical-coordinate representation of color #DDD0FE: hue angle of 256.96º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDD0FE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 208 | 254 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.00 |
| HSL | 256.96º | 0.96% | 0.91% | - |
| HSV(B) | 256.96º | 0.18% | 1% | - |
| XYZ | 70.26 | 67.64 | 103.12 | - |
| YUV | 217.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 254 | 0.13 | 0.18 | 0 | 0.00 | 256.96 | 0.96 | 0.91 |
| Hex | DD | D0 | FE | D | 12 | 0 | 0 | 101 | 60 | 5B |
| Octal | 335 | 320 | 376 | 15 | 22 | 0 | 0 | 401 | 140 | 133 |
| Binary | 11011101 | 11010000 | 11111110 | 1101 | 10010 | 0 | 0 | 100000001 | 1100000 | 1011011 |
Color Harmonies of #DDD0FE
Complementary color
Monochromatic Colors of #DDD0FE
Black with #DDD0FE
Text Example
Text Example
White with #DDD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0FE; }
p { color: rgb(221,208,254); }
H1.HeaderClassName
{
color: #DDD0FE;
}
.AnyTagClassName
{
color: #DDD0FE;
}
</style>
background-color css
<style>
a { background-color: #DDD0FE; }
a { background-color: rgb(221,208,254); }
div.DivClassName
{
background-color: #DDD0FE;
}
.BgClassName
{
background-color: #DDD0FE;
}
</style>
border-color css
<style>
span { border-color: #DDD0FE; }
span { border-color: rgb(221,208,254); }
td.TdClassName
{
border-color: #DDD0FE;
}
.TagClassName
{
border-color: #DDD0FE;
}
</style>