Shades of Fog #DBCFF6
Tints of Fog #DBCFF6
RGB
CMYK
RGB Variations
Color information
#DBCFF6 (or 0xDBCFF6) is known color: Fog. HEX triplet: DB, CF and F6. RGB value is (219,207,246). Sum of RGB (Red+Green+Blue) = 219+207+246=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBCFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFF6 is #243009. Grayscale: #D6D6D6. Windows color (decimal): -2371594 or 16175067. OLE color: 16175067.
HSL color Cylindrical-coordinate representation of color #DBCFF6: hue angle of 258.46º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBCFF6 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 207 | 246 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.04 |
| HSL | 258.46º | 0.68% | 0.89% | - |
| HSV(B) | 258.46º | 0.16% | 0.96% | - |
| XYZ | 68.16 | 66.34 | 96.4 | - |
| YUV | 215.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 246 | 0.11 | 0.16 | 0 | 0.04 | 258.46 | 0.68 | 0.89 |
| Hex | DB | CF | F6 | B | 10 | 0 | 4 | 102 | 44 | 59 |
| Octal | 333 | 317 | 366 | 13 | 20 | 0 | 4 | 402 | 104 | 131 |
| Binary | 11011011 | 11001111 | 11110110 | 1011 | 10000 | 0 | 100 | 100000010 | 1000100 | 1011001 |
Color Harmonies of #DBCFF6
Complementary color
Monochromatic Colors of #DBCFF6
Black with #DBCFF6
Text Example
Text Example
White with #DBCFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFF6; }
p { color: rgb(219,207,246); }
H1.HeaderClassName
{
color: #DBCFF6;
}
.AnyTagClassName
{
color: #DBCFF6;
}
</style>
background-color css
<style>
a { background-color: #DBCFF6; }
a { background-color: rgb(219,207,246); }
div.DivClassName
{
background-color: #DBCFF6;
}
.BgClassName
{
background-color: #DBCFF6;
}
</style>
border-color css
<style>
span { border-color: #DBCFF6; }
span { border-color: rgb(219,207,246); }
td.TdClassName
{
border-color: #DBCFF6;
}
.TagClassName
{
border-color: #DBCFF6;
}
</style>