Shades of Frost #DBE0B9
Tints of Frost #DBE0B9
RGB
CMYK
RGB Variations
Color information
#DBE0B9 (or 0xDBE0B9) is known color: Frost. HEX triplet: DB, E0 and B9. RGB value is (219,224,185). Sum of RGB (Red+Green+Blue) = 219+224+185=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0B9 is #241F46. Grayscale: #DADADA. Windows color (decimal): -2367303 or 12181723. OLE color: 12181723.
HSL color Cylindrical-coordinate representation of color #DBE0B9: hue angle of 67.69º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBE0B9 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 185 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.12 |
| HSL | 67.69º | 0.39% | 0.8% | - |
| HSV(B) | 67.69º | 0.17% | 0.88% | - |
| XYZ | 64.63 | 71.87 | 56.37 | - |
| YUV | 218.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 185 | 0.02 | 0 | 0.17 | 0.12 | 67.69 | 0.39 | 0.8 |
| Hex | DB | E0 | B9 | 2 | 0 | 11 | C | 44 | 27 | 50 |
| Octal | 333 | 340 | 271 | 2 | 0 | 21 | 14 | 104 | 47 | 120 |
| Binary | 11011011 | 11100000 | 10111001 | 10 | 0 | 10001 | 1100 | 1000100 | 100111 | 1010000 |
Color Harmonies of #DBE0B9
Complementary color
Monochromatic Colors of #DBE0B9
Black with #DBE0B9
Text Example
Text Example
White with #DBE0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE0B9; }
p { color: rgb(219,224,185); }
H1.HeaderClassName
{
color: #DBE0B9;
}
.AnyTagClassName
{
color: #DBE0B9;
}
</style>
background-color css
<style>
a { background-color: #DBE0B9; }
a { background-color: rgb(219,224,185); }
div.DivClassName
{
background-color: #DBE0B9;
}
.BgClassName
{
background-color: #DBE0B9;
}
</style>
border-color css
<style>
span { border-color: #DBE0B9; }
span { border-color: rgb(219,224,185); }
td.TdClassName
{
border-color: #DBE0B9;
}
.TagClassName
{
border-color: #DBE0B9;
}
</style>