Shades of Frost #DBE8B9
Tints of Frost #DBE8B9
RGB
CMYK
RGB Variations
Color information
#DBE8B9 (or 0xDBE8B9) is known color: Frost. HEX triplet: DB, E8 and B9. RGB value is (219,232,185). Sum of RGB (Red+Green+Blue) = 219+232+185=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 185 (72.66% from 255 or 29.09% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8B9 is #241746. Grayscale: #DEDEDE. Windows color (decimal): -2365255 or 12183771. OLE color: 12183771.
HSL color Cylindrical-coordinate representation of color #DBE8B9: hue angle of 76.6º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBE8B9 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 185 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.09 |
| HSL | 76.6º | 0.51% | 0.82% | - |
| HSV(B) | 76.6º | 0.2% | 0.91% | - |
| XYZ | 66.83 | 76.28 | 57.1 | - |
| YUV | 222.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 185 | 0.06 | 0 | 0.20 | 0.09 | 76.6 | 0.51 | 0.82 |
| Hex | DB | E8 | B9 | 6 | 0 | 14 | 9 | 4D | 33 | 52 |
| Octal | 333 | 350 | 271 | 6 | 0 | 24 | 11 | 115 | 63 | 122 |
| Binary | 11011011 | 11101000 | 10111001 | 110 | 0 | 10100 | 1001 | 1001101 | 110011 | 1010010 |
Color Harmonies of #DBE8B9
Complementary color
Monochromatic Colors of #DBE8B9
Black with #DBE8B9
Text Example
Text Example
White with #DBE8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8B9; }
p { color: rgb(219,232,185); }
H1.HeaderClassName
{
color: #DBE8B9;
}
.AnyTagClassName
{
color: #DBE8B9;
}
</style>
background-color css
<style>
a { background-color: #DBE8B9; }
a { background-color: rgb(219,232,185); }
div.DivClassName
{
background-color: #DBE8B9;
}
.BgClassName
{
background-color: #DBE8B9;
}
</style>
border-color css
<style>
span { border-color: #DBE8B9; }
span { border-color: rgb(219,232,185); }
td.TdClassName
{
border-color: #DBE8B9;
}
.TagClassName
{
border-color: #DBE8B9;
}
</style>