Shades of Fog #DBCFED
Tints of Fog #DBCFED
RGB
CMYK
RGB Variations
Color information
#DBCFED (or 0xDBCFED) is known color: Fog. HEX triplet: DB, CF and ED. RGB value is (219,207,237). Sum of RGB (Red+Green+Blue) = 219+207+237=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBCFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFED is #243012. Grayscale: #D5D5D5. Windows color (decimal): -2371603 or 15585243. OLE color: 15585243.
HSL color Cylindrical-coordinate representation of color #DBCFED: hue angle of 264º degrees, saturation: 0.45, 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 #DBCFED is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 207 | 237 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.07 |
| HSL | 264º | 0.45% | 0.87% | - |
| HSV(B) | 264º | 0.13% | 0.93% | - |
| XYZ | 66.81 | 65.8 | 89.3 | - |
| YUV | 214.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 237 | 0.08 | 0.13 | 0 | 0.07 | 264 | 0.45 | 0.87 |
| Hex | DB | CF | ED | 8 | D | 0 | 7 | 108 | 2D | 57 |
| Octal | 333 | 317 | 355 | 10 | 15 | 0 | 7 | 410 | 55 | 127 |
| Binary | 11011011 | 11001111 | 11101101 | 1000 | 1101 | 0 | 111 | 100001000 | 101101 | 1010111 |
Color Harmonies of #DBCFED
Complementary color
Monochromatic Colors of #DBCFED
Black with #DBCFED
Text Example
Text Example
White with #DBCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFED; }
p { color: rgb(219,207,237); }
H1.HeaderClassName
{
color: #DBCFED;
}
.AnyTagClassName
{
color: #DBCFED;
}
</style>
background-color css
<style>
a { background-color: #DBCFED; }
a { background-color: rgb(219,207,237); }
div.DivClassName
{
background-color: #DBCFED;
}
.BgClassName
{
background-color: #DBCFED;
}
</style>
border-color css
<style>
span { border-color: #DBCFED; }
span { border-color: rgb(219,207,237); }
td.TdClassName
{
border-color: #DBCFED;
}
.TagClassName
{
border-color: #DBCFED;
}
</style>