Shades of Fog #DBCEFA
Tints of Fog #DBCEFA
RGB
CMYK
RGB Variations
Color information
#DBCEFA (or 0xDBCEFA) is known color: Fog. HEX triplet: DB, CE and FA. RGB value is (219,206,250). Sum of RGB (Red+Green+Blue) = 219+206+250=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBCEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCEFA is #243105. Grayscale: #D6D6D6. Windows color (decimal): -2371846 or 16436955. OLE color: 16436955.
HSL color Cylindrical-coordinate representation of color #DBCEFA: hue angle of 257.73º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBCEFA is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 206 | 250 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.02 |
| HSL | 257.73º | 0.81% | 0.89% | - |
| HSV(B) | 257.73º | 0.18% | 0.98% | - |
| XYZ | 68.54 | 66.1 | 99.59 | - |
| YUV | 214.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 250 | 0.12 | 0.18 | 0 | 0.02 | 257.73 | 0.81 | 0.89 |
| Hex | DB | CE | FA | C | 12 | 0 | 2 | 102 | 51 | 59 |
| Octal | 333 | 316 | 372 | 14 | 22 | 0 | 2 | 402 | 121 | 131 |
| Binary | 11011011 | 11001110 | 11111010 | 1100 | 10010 | 0 | 10 | 100000010 | 1010001 | 1011001 |
Color Harmonies of #DBCEFA
Complementary color
Monochromatic Colors of #DBCEFA
Black with #DBCEFA
Text Example
Text Example
White with #DBCEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEFA; }
p { color: rgb(219,206,250); }
H1.HeaderClassName
{
color: #DBCEFA;
}
.AnyTagClassName
{
color: #DBCEFA;
}
</style>
background-color css
<style>
a { background-color: #DBCEFA; }
a { background-color: rgb(219,206,250); }
div.DivClassName
{
background-color: #DBCEFA;
}
.BgClassName
{
background-color: #DBCEFA;
}
</style>
border-color css
<style>
span { border-color: #DBCEFA; }
span { border-color: rgb(219,206,250); }
td.TdClassName
{
border-color: #DBCEFA;
}
.TagClassName
{
border-color: #DBCEFA;
}
</style>