Shades of Fog #DBCFEF
Tints of Fog #DBCFEF
RGB
CMYK
RGB Variations
Color information
#DBCFEF (or 0xDBCFEF) is known color: Fog. HEX triplet: DB, CF and EF. RGB value is (219,207,239). Sum of RGB (Red+Green+Blue) = 219+207+239=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBCFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFEF is #243010. Grayscale: #D6D6D6. Windows color (decimal): -2371601 or 15716315. OLE color: 15716315.
HSL color Cylindrical-coordinate representation of color #DBCFEF: hue angle of 262.5º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBCFEF is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 207 | 239 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.06 |
| HSL | 262.5º | 0.5% | 0.87% | - |
| HSV(B) | 262.5º | 0.13% | 0.94% | - |
| XYZ | 67.11 | 65.92 | 90.85 | - |
| YUV | 214.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 239 | 0.08 | 0.13 | 0 | 0.06 | 262.5 | 0.5 | 0.87 |
| Hex | DB | CF | EF | 8 | D | 0 | 6 | 106 | 32 | 57 |
| Octal | 333 | 317 | 357 | 10 | 15 | 0 | 6 | 406 | 62 | 127 |
| Binary | 11011011 | 11001111 | 11101111 | 1000 | 1101 | 0 | 110 | 100000110 | 110010 | 1010111 |
Color Harmonies of #DBCFEF
Complementary color
Monochromatic Colors of #DBCFEF
Black with #DBCFEF
Text Example
Text Example
White with #DBCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFEF; }
p { color: rgb(219,207,239); }
H1.HeaderClassName
{
color: #DBCFEF;
}
.AnyTagClassName
{
color: #DBCFEF;
}
</style>
background-color css
<style>
a { background-color: #DBCFEF; }
a { background-color: rgb(219,207,239); }
div.DivClassName
{
background-color: #DBCFEF;
}
.BgClassName
{
background-color: #DBCFEF;
}
</style>
border-color css
<style>
span { border-color: #DBCFEF; }
span { border-color: rgb(219,207,239); }
td.TdClassName
{
border-color: #DBCFEF;
}
.TagClassName
{
border-color: #DBCFEF;
}
</style>