Shades of Frost #DBDFBC
Tints of Frost #DBDFBC
RGB
CMYK
RGB Variations
Color information
#DBDFBC (or 0xDBDFBC) is known color: Frost. HEX triplet: DB, DF and BC. RGB value is (219,223,188). Sum of RGB (Red+Green+Blue) = 219+223+188=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFBC is #242043. Grayscale: #D9D9D9. Windows color (decimal): -2367556 or 12378075. OLE color: 12378075.
HSL color Cylindrical-coordinate representation of color #DBDFBC: hue angle of 66.86º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBDFBC is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 188 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.13 |
| HSL | 66.86º | 0.35% | 0.81% | - |
| HSV(B) | 66.86º | 0.16% | 0.87% | - |
| XYZ | 64.68 | 71.47 | 57.96 | - |
| YUV | 217.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 188 | 0.02 | 0 | 0.16 | 0.13 | 66.86 | 0.35 | 0.81 |
| Hex | DB | DF | BC | 2 | 0 | 10 | D | 43 | 23 | 51 |
| Octal | 333 | 337 | 274 | 2 | 0 | 20 | 15 | 103 | 43 | 121 |
| Binary | 11011011 | 11011111 | 10111100 | 10 | 0 | 10000 | 1101 | 1000011 | 100011 | 1010001 |
Color Harmonies of #DBDFBC
Complementary color
Monochromatic Colors of #DBDFBC
Black with #DBDFBC
Text Example
Text Example
White with #DBDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFBC; }
p { color: rgb(219,223,188); }
H1.HeaderClassName
{
color: #DBDFBC;
}
.AnyTagClassName
{
color: #DBDFBC;
}
</style>
background-color css
<style>
a { background-color: #DBDFBC; }
a { background-color: rgb(219,223,188); }
div.DivClassName
{
background-color: #DBDFBC;
}
.BgClassName
{
background-color: #DBDFBC;
}
</style>
border-color css
<style>
span { border-color: #DBDFBC; }
span { border-color: rgb(219,223,188); }
td.TdClassName
{
border-color: #DBDFBC;
}
.TagClassName
{
border-color: #DBDFBC;
}
</style>