Shades of Frost #DBE7BB
Tints of Frost #DBE7BB
RGB
CMYK
RGB Variations
Color information
#DBE7BB (or 0xDBE7BB) is known color: Frost. HEX triplet: DB, E7 and BB. RGB value is (219,231,187). Sum of RGB (Red+Green+Blue) = 219+231+187=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7BB is #241844. Grayscale: #DEDEDE. Windows color (decimal): -2365509 or 12314587. OLE color: 12314587.
HSL color Cylindrical-coordinate representation of color #DBE7BB: hue angle of 76.36º 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 #DBE7BB is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 187 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.09 |
| HSL | 76.36º | 0.48% | 0.82% | - |
| HSV(B) | 76.36º | 0.19% | 0.91% | - |
| XYZ | 66.76 | 75.8 | 58.13 | - |
| YUV | 222.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 187 | 0.05 | 0 | 0.19 | 0.09 | 76.36 | 0.48 | 0.82 |
| Hex | DB | E7 | BB | 5 | 0 | 13 | 9 | 4C | 30 | 52 |
| Octal | 333 | 347 | 273 | 5 | 0 | 23 | 11 | 114 | 60 | 122 |
| Binary | 11011011 | 11100111 | 10111011 | 101 | 0 | 10011 | 1001 | 1001100 | 110000 | 1010010 |
Color Harmonies of #DBE7BB
Complementary color
Monochromatic Colors of #DBE7BB
Black with #DBE7BB
Text Example
Text Example
White with #DBE7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7BB; }
p { color: rgb(219,231,187); }
H1.HeaderClassName
{
color: #DBE7BB;
}
.AnyTagClassName
{
color: #DBE7BB;
}
</style>
background-color css
<style>
a { background-color: #DBE7BB; }
a { background-color: rgb(219,231,187); }
div.DivClassName
{
background-color: #DBE7BB;
}
.BgClassName
{
background-color: #DBE7BB;
}
</style>
border-color css
<style>
span { border-color: #DBE7BB; }
span { border-color: rgb(219,231,187); }
td.TdClassName
{
border-color: #DBE7BB;
}
.TagClassName
{
border-color: #DBE7BB;
}
</style>