Shades of Fog #DDBFEC
Tints of Fog #DDBFEC
RGB
CMYK
RGB Variations
Color information
#DDBFEC (or 0xDDBFEC) is known color: Fog. HEX triplet: DD, BF and EC. RGB value is (221,191,236). Sum of RGB (Red+Green+Blue) = 221+191+236=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDBFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFEC is #224013. Grayscale: #CCCCCC. Windows color (decimal): -2244628 or 15515613. OLE color: 15515613.
HSL color Cylindrical-coordinate representation of color #DDBFEC: hue angle of 280º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDBFEC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 191 | 236 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.07 |
| HSL | 280º | 0.54% | 0.84% | - |
| HSV(B) | 280º | 0.19% | 0.93% | - |
| XYZ | 63.59 | 58.69 | 87.33 | - |
| YUV | 205.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 236 | 0.06 | 0.19 | 0 | 0.07 | 280 | 0.54 | 0.84 |
| Hex | DD | BF | EC | 6 | 13 | 0 | 7 | 118 | 36 | 54 |
| Octal | 335 | 277 | 354 | 6 | 23 | 0 | 7 | 430 | 66 | 124 |
| Binary | 11011101 | 10111111 | 11101100 | 110 | 10011 | 0 | 111 | 100011000 | 110110 | 1010100 |
Color Harmonies of #DDBFEC
Complementary color
Monochromatic Colors of #DDBFEC
Black with #DDBFEC
Text Example
Text Example
White with #DDBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFEC; }
p { color: rgb(221,191,236); }
H1.HeaderClassName
{
color: #DDBFEC;
}
.AnyTagClassName
{
color: #DDBFEC;
}
</style>
background-color css
<style>
a { background-color: #DDBFEC; }
a { background-color: rgb(221,191,236); }
div.DivClassName
{
background-color: #DDBFEC;
}
.BgClassName
{
background-color: #DDBFEC;
}
</style>
border-color css
<style>
span { border-color: #DDBFEC; }
span { border-color: rgb(221,191,236); }
td.TdClassName
{
border-color: #DDBFEC;
}
.TagClassName
{
border-color: #DDBFEC;
}
</style>