Shades of Frost #DBE9B8
Tints of Frost #DBE9B8
RGB
CMYK
RGB Variations
Color information
#DBE9B8 (or 0xDBE9B8) is known color: Frost. HEX triplet: DB, E9 and B8. RGB value is (219,233,184). Sum of RGB (Red+Green+Blue) = 219+233+184=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 233 (91.41% from 255 or 36.64% from 636); Blue value is 184 (72.27% from 255 or 28.93% from 636); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9B8 is #241647. Grayscale: #DFDFDF. Windows color (decimal): -2365000 or 12118491. OLE color: 12118491.
HSL color Cylindrical-coordinate representation of color #DBE9B8: hue angle of 77.14º degrees, saturation: 0.53, 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 #DBE9B8 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 184 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.09 |
| HSL | 77.14º | 0.53% | 0.82% | - |
| HSV(B) | 77.14º | 0.21% | 0.91% | - |
| XYZ | 67 | 76.8 | 56.64 | - |
| YUV | 223.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 184 | 0.06 | 0 | 0.21 | 0.09 | 77.14 | 0.53 | 0.82 |
| Hex | DB | E9 | B8 | 6 | 0 | 15 | 9 | 4D | 35 | 52 |
| Octal | 333 | 351 | 270 | 6 | 0 | 25 | 11 | 115 | 65 | 122 |
| Binary | 11011011 | 11101001 | 10111000 | 110 | 0 | 10101 | 1001 | 1001101 | 110101 | 1010010 |
Color Harmonies of #DBE9B8
Complementary color
Monochromatic Colors of #DBE9B8
Black with #DBE9B8
Text Example
Text Example
White with #DBE9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9B8; }
p { color: rgb(219,233,184); }
H1.HeaderClassName
{
color: #DBE9B8;
}
.AnyTagClassName
{
color: #DBE9B8;
}
</style>
background-color css
<style>
a { background-color: #DBE9B8; }
a { background-color: rgb(219,233,184); }
div.DivClassName
{
background-color: #DBE9B8;
}
.BgClassName
{
background-color: #DBE9B8;
}
</style>
border-color css
<style>
span { border-color: #DBE9B8; }
span { border-color: rgb(219,233,184); }
td.TdClassName
{
border-color: #DBE9B8;
}
.TagClassName
{
border-color: #DBE9B8;
}
</style>