Shades of Frost #DBE7BA
Tints of Frost #DBE7BA
RGB
CMYK
RGB Variations
Color information
#DBE7BA (or 0xDBE7BA) is known color: Frost. HEX triplet: DB, E7 and BA. RGB value is (219,231,186). Sum of RGB (Red+Green+Blue) = 219+231+186=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 231 (90.62% from 255 or 36.32% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7BA is #241845. Grayscale: #DEDEDE. Windows color (decimal): -2365510 or 12249051. OLE color: 12249051.
HSL color Cylindrical-coordinate representation of color #DBE7BA: hue angle of 76º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBE7BA is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 186 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.09 |
| HSL | 76º | 0.48% | 0.82% | - |
| HSV(B) | 76º | 0.19% | 0.91% | - |
| XYZ | 66.65 | 75.76 | 57.56 | - |
| YUV | 222.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 186 | 0.05 | 0 | 0.19 | 0.09 | 76 | 0.48 | 0.82 |
| Hex | DB | E7 | BA | 5 | 0 | 13 | 9 | 4C | 30 | 52 |
| Octal | 333 | 347 | 272 | 5 | 0 | 23 | 11 | 114 | 60 | 122 |
| Binary | 11011011 | 11100111 | 10111010 | 101 | 0 | 10011 | 1001 | 1001100 | 110000 | 1010010 |
Color Harmonies of #DBE7BA
Complementary color
Monochromatic Colors of #DBE7BA
Black with #DBE7BA
Text Example
Text Example
White with #DBE7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7BA; }
p { color: rgb(219,231,186); }
H1.HeaderClassName
{
color: #DBE7BA;
}
.AnyTagClassName
{
color: #DBE7BA;
}
</style>
background-color css
<style>
a { background-color: #DBE7BA; }
a { background-color: rgb(219,231,186); }
div.DivClassName
{
background-color: #DBE7BA;
}
.BgClassName
{
background-color: #DBE7BA;
}
</style>
border-color css
<style>
span { border-color: #DBE7BA; }
span { border-color: rgb(219,231,186); }
td.TdClassName
{
border-color: #DBE7BA;
}
.TagClassName
{
border-color: #DBE7BA;
}
</style>