Shades of Fog #DBCFE6
Tints of Fog #DBCFE6
RGB
CMYK
RGB Variations
Color information
#DBCFE6 (or 0xDBCFE6) is known color: Fog. HEX triplet: DB, CF and E6. RGB value is (219,207,230). Sum of RGB (Red+Green+Blue) = 219+207+230=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBCFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFE6 is #243019. Grayscale: #D5D5D5. Windows color (decimal): -2371610 or 15126491. OLE color: 15126491.
HSL color Cylindrical-coordinate representation of color #DBCFE6: hue angle of 271.3º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBCFE6 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 207 | 230 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.10 |
| HSL | 271.3º | 0.32% | 0.86% | - |
| HSV(B) | 271.3º | 0.1% | 0.9% | - |
| XYZ | 65.81 | 65.4 | 84.02 | - |
| YUV | 213.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 230 | 0.05 | 0.10 | 0 | 0.10 | 271.3 | 0.32 | 0.86 |
| Hex | DB | CF | E6 | 5 | A | 0 | A | 10F | 20 | 56 |
| Octal | 333 | 317 | 346 | 5 | 12 | 0 | 12 | 417 | 40 | 126 |
| Binary | 11011011 | 11001111 | 11100110 | 101 | 1010 | 0 | 1010 | 100001111 | 100000 | 1010110 |
Color Harmonies of #DBCFE6
Complementary color
Monochromatic Colors of #DBCFE6
Black with #DBCFE6
Text Example
Text Example
White with #DBCFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFE6; }
p { color: rgb(219,207,230); }
H1.HeaderClassName
{
color: #DBCFE6;
}
.AnyTagClassName
{
color: #DBCFE6;
}
</style>
background-color css
<style>
a { background-color: #DBCFE6; }
a { background-color: rgb(219,207,230); }
div.DivClassName
{
background-color: #DBCFE6;
}
.BgClassName
{
background-color: #DBCFE6;
}
</style>
border-color css
<style>
span { border-color: #DBCFE6; }
span { border-color: rgb(219,207,230); }
td.TdClassName
{
border-color: #DBCFE6;
}
.TagClassName
{
border-color: #DBCFE6;
}
</style>