Shades of Fog #DBCEF5
Tints of Fog #DBCEF5
RGB
CMYK
RGB Variations
Color information
#DBCEF5 (or 0xDBCEF5) is known color: Fog. HEX triplet: DB, CE and F5. RGB value is (219,206,245). Sum of RGB (Red+Green+Blue) = 219+206+245=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBCEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCEF5 is #24310A. Grayscale: #D6D6D6. Windows color (decimal): -2371851 or 16109275. OLE color: 16109275.
HSL color Cylindrical-coordinate representation of color #DBCEF5: hue angle of 260º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBCEF5 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 206 | 245 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.04 |
| HSL | 260º | 0.66% | 0.88% | - |
| HSV(B) | 260º | 0.16% | 0.96% | - |
| XYZ | 67.77 | 65.8 | 95.51 | - |
| YUV | 214.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 245 | 0.11 | 0.16 | 0 | 0.04 | 260 | 0.66 | 0.88 |
| Hex | DB | CE | F5 | B | 10 | 0 | 4 | 104 | 42 | 58 |
| Octal | 333 | 316 | 365 | 13 | 20 | 0 | 4 | 404 | 102 | 130 |
| Binary | 11011011 | 11001110 | 11110101 | 1011 | 10000 | 0 | 100 | 100000100 | 1000010 | 1011000 |
Color Harmonies of #DBCEF5
Complementary color
Monochromatic Colors of #DBCEF5
Black with #DBCEF5
Text Example
Text Example
White with #DBCEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEF5; }
p { color: rgb(219,206,245); }
H1.HeaderClassName
{
color: #DBCEF5;
}
.AnyTagClassName
{
color: #DBCEF5;
}
</style>
background-color css
<style>
a { background-color: #DBCEF5; }
a { background-color: rgb(219,206,245); }
div.DivClassName
{
background-color: #DBCEF5;
}
.BgClassName
{
background-color: #DBCEF5;
}
</style>
border-color css
<style>
span { border-color: #DBCEF5; }
span { border-color: rgb(219,206,245); }
td.TdClassName
{
border-color: #DBCEF5;
}
.TagClassName
{
border-color: #DBCEF5;
}
</style>