Shades of Frost #DBDFBA
Tints of Frost #DBDFBA
RGB
CMYK
RGB Variations
Color information
#DBDFBA (or 0xDBDFBA) is known color: Frost. HEX triplet: DB, DF and BA. RGB value is (219,223,186). Sum of RGB (Red+Green+Blue) = 219+223+186=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFBA is #242045. Grayscale: #D9D9D9. Windows color (decimal): -2367558 or 12247003. OLE color: 12247003.
HSL color Cylindrical-coordinate representation of color #DBDFBA: hue angle of 66.49º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBDFBA is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 186 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.13 |
| HSL | 66.49º | 0.37% | 0.8% | - |
| HSV(B) | 66.49º | 0.17% | 0.87% | - |
| XYZ | 64.46 | 71.38 | 56.83 | - |
| YUV | 217.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 186 | 0.02 | 0 | 0.17 | 0.13 | 66.49 | 0.37 | 0.8 |
| Hex | DB | DF | BA | 2 | 0 | 11 | D | 42 | 25 | 50 |
| Octal | 333 | 337 | 272 | 2 | 0 | 21 | 15 | 102 | 45 | 120 |
| Binary | 11011011 | 11011111 | 10111010 | 10 | 0 | 10001 | 1101 | 1000010 | 100101 | 1010000 |
Color Harmonies of #DBDFBA
Complementary color
Monochromatic Colors of #DBDFBA
Black with #DBDFBA
Text Example
Text Example
White with #DBDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFBA; }
p { color: rgb(219,223,186); }
H1.HeaderClassName
{
color: #DBDFBA;
}
.AnyTagClassName
{
color: #DBDFBA;
}
</style>
background-color css
<style>
a { background-color: #DBDFBA; }
a { background-color: rgb(219,223,186); }
div.DivClassName
{
background-color: #DBDFBA;
}
.BgClassName
{
background-color: #DBDFBA;
}
</style>
border-color css
<style>
span { border-color: #DBDFBA; }
span { border-color: rgb(219,223,186); }
td.TdClassName
{
border-color: #DBDFBA;
}
.TagClassName
{
border-color: #DBDFBA;
}
</style>