Shades of Frost #DBE0BF
Tints of Frost #DBE0BF
RGB
CMYK
RGB Variations
Color information
#DBE0BF (or 0xDBE0BF) is known color: Frost. HEX triplet: DB, E0 and BF. RGB value is (219,224,191). Sum of RGB (Red+Green+Blue) = 219+224+191=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0BF is #241F40. Grayscale: #DADADA. Windows color (decimal): -2367297 or 12574939. OLE color: 12574939.
HSL color Cylindrical-coordinate representation of color #DBE0BF: hue angle of 69.09º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBE0BF is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 191 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.12 |
| HSL | 69.09º | 0.35% | 0.81% | - |
| HSV(B) | 69.09º | 0.15% | 0.88% | - |
| XYZ | 65.27 | 72.13 | 59.77 | - |
| YUV | 218.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 191 | 0.02 | 0 | 0.15 | 0.12 | 69.09 | 0.35 | 0.81 |
| Hex | DB | E0 | BF | 2 | 0 | F | C | 45 | 23 | 51 |
| Octal | 333 | 340 | 277 | 2 | 0 | 17 | 14 | 105 | 43 | 121 |
| Binary | 11011011 | 11100000 | 10111111 | 10 | 0 | 1111 | 1100 | 1000101 | 100011 | 1010001 |
Color Harmonies of #DBE0BF
Complementary color
Monochromatic Colors of #DBE0BF
Black with #DBE0BF
Text Example
Text Example
White with #DBE0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE0BF; }
p { color: rgb(219,224,191); }
H1.HeaderClassName
{
color: #DBE0BF;
}
.AnyTagClassName
{
color: #DBE0BF;
}
</style>
background-color css
<style>
a { background-color: #DBE0BF; }
a { background-color: rgb(219,224,191); }
div.DivClassName
{
background-color: #DBE0BF;
}
.BgClassName
{
background-color: #DBE0BF;
}
</style>
border-color css
<style>
span { border-color: #DBE0BF; }
span { border-color: rgb(219,224,191); }
td.TdClassName
{
border-color: #DBE0BF;
}
.TagClassName
{
border-color: #DBE0BF;
}
</style>