Shades of Fog #DBCFEE
Tints of Fog #DBCFEE
RGB
CMYK
RGB Variations
Color information
#DBCFEE (or 0xDBCFEE) is known color: Fog. HEX triplet: DB, CF and EE. RGB value is (219,207,238). Sum of RGB (Red+Green+Blue) = 219+207+238=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBCFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFEE is #243011. Grayscale: #D6D6D6. Windows color (decimal): -2371602 or 15650779. OLE color: 15650779.
HSL color Cylindrical-coordinate representation of color #DBCFEE: hue angle of 263.23º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBCFEE is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 207 | 238 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.07 |
| HSL | 263.23º | 0.48% | 0.87% | - |
| HSV(B) | 263.23º | 0.13% | 0.93% | - |
| XYZ | 66.96 | 65.86 | 90.07 | - |
| YUV | 214.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 238 | 0.08 | 0.13 | 0 | 0.07 | 263.23 | 0.48 | 0.87 |
| Hex | DB | CF | EE | 8 | D | 0 | 7 | 107 | 30 | 57 |
| Octal | 333 | 317 | 356 | 10 | 15 | 0 | 7 | 407 | 60 | 127 |
| Binary | 11011011 | 11001111 | 11101110 | 1000 | 1101 | 0 | 111 | 100000111 | 110000 | 1010111 |
Color Harmonies of #DBCFEE
Complementary color
Monochromatic Colors of #DBCFEE
Black with #DBCFEE
Text Example
Text Example
White with #DBCFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFEE; }
p { color: rgb(219,207,238); }
H1.HeaderClassName
{
color: #DBCFEE;
}
.AnyTagClassName
{
color: #DBCFEE;
}
</style>
background-color css
<style>
a { background-color: #DBCFEE; }
a { background-color: rgb(219,207,238); }
div.DivClassName
{
background-color: #DBCFEE;
}
.BgClassName
{
background-color: #DBCFEE;
}
</style>
border-color css
<style>
span { border-color: #DBCFEE; }
span { border-color: rgb(219,207,238); }
td.TdClassName
{
border-color: #DBCFEE;
}
.TagClassName
{
border-color: #DBCFEE;
}
</style>