Shades of Fog #DBCFEB
Tints of Fog #DBCFEB
RGB
CMYK
RGB Variations
Color information
#DBCFEB (or 0xDBCFEB) is known color: Fog. HEX triplet: DB, CF and EB. RGB value is (219,207,235). Sum of RGB (Red+Green+Blue) = 219+207+235=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBCFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFEB is #243014. Grayscale: #D5D5D5. Windows color (decimal): -2371605 or 15454171. OLE color: 15454171.
HSL color Cylindrical-coordinate representation of color #DBCFEB: hue angle of 265.71º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBCFEB is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 207 | 235 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.08 |
| HSL | 265.71º | 0.41% | 0.87% | - |
| HSV(B) | 265.71º | 0.12% | 0.92% | - |
| XYZ | 66.52 | 65.68 | 87.77 | - |
| YUV | 213.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 235 | 0.07 | 0.12 | 0 | 0.08 | 265.71 | 0.41 | 0.87 |
| Hex | DB | CF | EB | 7 | C | 0 | 8 | 10A | 29 | 57 |
| Octal | 333 | 317 | 353 | 7 | 14 | 0 | 10 | 412 | 51 | 127 |
| Binary | 11011011 | 11001111 | 11101011 | 111 | 1100 | 0 | 1000 | 100001010 | 101001 | 1010111 |
Color Harmonies of #DBCFEB
Complementary color
Monochromatic Colors of #DBCFEB
Black with #DBCFEB
Text Example
Text Example
White with #DBCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFEB; }
p { color: rgb(219,207,235); }
H1.HeaderClassName
{
color: #DBCFEB;
}
.AnyTagClassName
{
color: #DBCFEB;
}
</style>
background-color css
<style>
a { background-color: #DBCFEB; }
a { background-color: rgb(219,207,235); }
div.DivClassName
{
background-color: #DBCFEB;
}
.BgClassName
{
background-color: #DBCFEB;
}
</style>
border-color css
<style>
span { border-color: #DBCFEB; }
span { border-color: rgb(219,207,235); }
td.TdClassName
{
border-color: #DBCFEB;
}
.TagClassName
{
border-color: #DBCFEB;
}
</style>