Shades of Fog #DBCFF9
Tints of Fog #DBCFF9
RGB
CMYK
RGB Variations
Color information
#DBCFF9 (or 0xDBCFF9) is known color: Fog. HEX triplet: DB, CF and F9. RGB value is (219,207,249). Sum of RGB (Red+Green+Blue) = 219+207+249=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBCFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFF9 is #243006. Grayscale: #D7D7D7. Windows color (decimal): -2371591 or 16371675. OLE color: 16371675.
HSL color Cylindrical-coordinate representation of color #DBCFF9: hue angle of 257.14º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBCFF9 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 207 | 249 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.02 |
| HSL | 257.14º | 0.78% | 0.89% | - |
| HSV(B) | 257.14º | 0.17% | 0.98% | - |
| XYZ | 68.63 | 66.53 | 98.85 | - |
| YUV | 215.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 249 | 0.12 | 0.17 | 0 | 0.02 | 257.14 | 0.78 | 0.89 |
| Hex | DB | CF | F9 | C | 11 | 0 | 2 | 101 | 4E | 59 |
| Octal | 333 | 317 | 371 | 14 | 21 | 0 | 2 | 401 | 116 | 131 |
| Binary | 11011011 | 11001111 | 11111001 | 1100 | 10001 | 0 | 10 | 100000001 | 1001110 | 1011001 |
Color Harmonies of #DBCFF9
Complementary color
Monochromatic Colors of #DBCFF9
Black with #DBCFF9
Text Example
Text Example
White with #DBCFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFF9; }
p { color: rgb(219,207,249); }
H1.HeaderClassName
{
color: #DBCFF9;
}
.AnyTagClassName
{
color: #DBCFF9;
}
</style>
background-color css
<style>
a { background-color: #DBCFF9; }
a { background-color: rgb(219,207,249); }
div.DivClassName
{
background-color: #DBCFF9;
}
.BgClassName
{
background-color: #DBCFF9;
}
</style>
border-color css
<style>
span { border-color: #DBCFF9; }
span { border-color: rgb(219,207,249); }
td.TdClassName
{
border-color: #DBCFF9;
}
.TagClassName
{
border-color: #DBCFF9;
}
</style>