Shades of Fog #DBCBF6
Tints of Fog #DBCBF6
RGB
CMYK
RGB Variations
Color information
#DBCBF6 (or 0xDBCBF6) is known color: Fog. HEX triplet: DB, CB and F6. RGB value is (219,203,246). Sum of RGB (Red+Green+Blue) = 219+203+246=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBCBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCBF6 is #243409. Grayscale: #D4D4D4. Windows color (decimal): -2372618 or 16174043. OLE color: 16174043.
HSL color Cylindrical-coordinate representation of color #DBCBF6: hue angle of 262.33º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBCBF6 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 203 | 246 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.04 |
| HSL | 262.33º | 0.7% | 0.88% | - |
| HSV(B) | 262.33º | 0.17% | 0.96% | - |
| XYZ | 67.2 | 64.43 | 96.08 | - |
| YUV | 212.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 246 | 0.11 | 0.17 | 0 | 0.04 | 262.33 | 0.7 | 0.88 |
| Hex | DB | CB | F6 | B | 11 | 0 | 4 | 106 | 46 | 58 |
| Octal | 333 | 313 | 366 | 13 | 21 | 0 | 4 | 406 | 106 | 130 |
| Binary | 11011011 | 11001011 | 11110110 | 1011 | 10001 | 0 | 100 | 100000110 | 1000110 | 1011000 |
Color Harmonies of #DBCBF6
Complementary color
Monochromatic Colors of #DBCBF6
Black with #DBCBF6
Text Example
Text Example
White with #DBCBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBF6; }
p { color: rgb(219,203,246); }
H1.HeaderClassName
{
color: #DBCBF6;
}
.AnyTagClassName
{
color: #DBCBF6;
}
</style>
background-color css
<style>
a { background-color: #DBCBF6; }
a { background-color: rgb(219,203,246); }
div.DivClassName
{
background-color: #DBCBF6;
}
.BgClassName
{
background-color: #DBCBF6;
}
</style>
border-color css
<style>
span { border-color: #DBCBF6; }
span { border-color: rgb(219,203,246); }
td.TdClassName
{
border-color: #DBCBF6;
}
.TagClassName
{
border-color: #DBCBF6;
}
</style>