Shades of Fog #DBCEF7
Tints of Fog #DBCEF7
RGB
CMYK
RGB Variations
Color information
#DBCEF7 (or 0xDBCEF7) is known color: Fog. HEX triplet: DB, CE and F7. RGB value is (219,206,247). Sum of RGB (Red+Green+Blue) = 219+206+247=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBCEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCEF7 is #243108. Grayscale: #D6D6D6. Windows color (decimal): -2371849 or 16240347. OLE color: 16240347.
HSL color Cylindrical-coordinate representation of color #DBCEF7: hue angle of 259.02º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBCEF7 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 206 | 247 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.03 |
| HSL | 259.02º | 0.72% | 0.89% | - |
| HSV(B) | 259.02º | 0.17% | 0.97% | - |
| XYZ | 68.07 | 65.92 | 97.13 | - |
| YUV | 214.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 247 | 0.11 | 0.17 | 0 | 0.03 | 259.02 | 0.72 | 0.89 |
| Hex | DB | CE | F7 | B | 11 | 0 | 3 | 103 | 48 | 59 |
| Octal | 333 | 316 | 367 | 13 | 21 | 0 | 3 | 403 | 110 | 131 |
| Binary | 11011011 | 11001110 | 11110111 | 1011 | 10001 | 0 | 11 | 100000011 | 1001000 | 1011001 |
Color Harmonies of #DBCEF7
Complementary color
Monochromatic Colors of #DBCEF7
Black with #DBCEF7
Text Example
Text Example
White with #DBCEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEF7; }
p { color: rgb(219,206,247); }
H1.HeaderClassName
{
color: #DBCEF7;
}
.AnyTagClassName
{
color: #DBCEF7;
}
</style>
background-color css
<style>
a { background-color: #DBCEF7; }
a { background-color: rgb(219,206,247); }
div.DivClassName
{
background-color: #DBCEF7;
}
.BgClassName
{
background-color: #DBCEF7;
}
</style>
border-color css
<style>
span { border-color: #DBCEF7; }
span { border-color: rgb(219,206,247); }
td.TdClassName
{
border-color: #DBCEF7;
}
.TagClassName
{
border-color: #DBCEF7;
}
</style>