Shades of Frost #DBE9B9
Tints of Frost #DBE9B9
RGB
CMYK
RGB Variations
Color information
#DBE9B9 (or 0xDBE9B9) is known color: Frost. HEX triplet: DB, E9 and B9. RGB value is (219,233,185). Sum of RGB (Red+Green+Blue) = 219+233+185=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9B9 is #241646. Grayscale: #DFDFDF. Windows color (decimal): -2364999 or 12184027. OLE color: 12184027.
HSL color Cylindrical-coordinate representation of color #DBE9B9: hue angle of 77.5º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBE9B9 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 185 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.09 |
| HSL | 77.5º | 0.52% | 0.82% | - |
| HSV(B) | 77.5º | 0.21% | 0.91% | - |
| XYZ | 67.11 | 76.84 | 57.19 | - |
| YUV | 223.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 185 | 0.06 | 0 | 0.21 | 0.09 | 77.5 | 0.52 | 0.82 |
| Hex | DB | E9 | B9 | 6 | 0 | 15 | 9 | 4E | 34 | 52 |
| Octal | 333 | 351 | 271 | 6 | 0 | 25 | 11 | 116 | 64 | 122 |
| Binary | 11011011 | 11101001 | 10111001 | 110 | 0 | 10101 | 1001 | 1001110 | 110100 | 1010010 |
Color Harmonies of #DBE9B9
Complementary color
Monochromatic Colors of #DBE9B9
Black with #DBE9B9
Text Example
Text Example
White with #DBE9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9B9; }
p { color: rgb(219,233,185); }
H1.HeaderClassName
{
color: #DBE9B9;
}
.AnyTagClassName
{
color: #DBE9B9;
}
</style>
background-color css
<style>
a { background-color: #DBE9B9; }
a { background-color: rgb(219,233,185); }
div.DivClassName
{
background-color: #DBE9B9;
}
.BgClassName
{
background-color: #DBE9B9;
}
</style>
border-color css
<style>
span { border-color: #DBE9B9; }
span { border-color: rgb(219,233,185); }
td.TdClassName
{
border-color: #DBE9B9;
}
.TagClassName
{
border-color: #DBE9B9;
}
</style>