Shades of Frost #DBDFBB
Tints of Frost #DBDFBB
RGB
CMYK
RGB Variations
Color information
#DBDFBB (or 0xDBDFBB) is known color: Frost. HEX triplet: DB, DF and BB. RGB value is (219,223,187). Sum of RGB (Red+Green+Blue) = 219+223+187=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFBB is #242044. Grayscale: #D9D9D9. Windows color (decimal): -2367557 or 12312539. OLE color: 12312539.
HSL color Cylindrical-coordinate representation of color #DBDFBB: hue angle of 66.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBDFBB is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 187 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.13 |
| HSL | 66.67º | 0.36% | 0.8% | - |
| HSV(B) | 66.67º | 0.16% | 0.87% | - |
| XYZ | 64.57 | 71.42 | 57.4 | - |
| YUV | 217.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 187 | 0.02 | 0 | 0.16 | 0.13 | 66.67 | 0.36 | 0.8 |
| Hex | DB | DF | BB | 2 | 0 | 10 | D | 43 | 24 | 50 |
| Octal | 333 | 337 | 273 | 2 | 0 | 20 | 15 | 103 | 44 | 120 |
| Binary | 11011011 | 11011111 | 10111011 | 10 | 0 | 10000 | 1101 | 1000011 | 100100 | 1010000 |
Color Harmonies of #DBDFBB
Complementary color
Monochromatic Colors of #DBDFBB
Black with #DBDFBB
Text Example
Text Example
White with #DBDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFBB; }
p { color: rgb(219,223,187); }
H1.HeaderClassName
{
color: #DBDFBB;
}
.AnyTagClassName
{
color: #DBDFBB;
}
</style>
background-color css
<style>
a { background-color: #DBDFBB; }
a { background-color: rgb(219,223,187); }
div.DivClassName
{
background-color: #DBDFBB;
}
.BgClassName
{
background-color: #DBDFBB;
}
</style>
border-color css
<style>
span { border-color: #DBDFBB; }
span { border-color: rgb(219,223,187); }
td.TdClassName
{
border-color: #DBDFBB;
}
.TagClassName
{
border-color: #DBDFBB;
}
</style>