Shades of Frost #DBE3BC
Tints of Frost #DBE3BC
RGB
CMYK
RGB Variations
Color information
#DBE3BC (or 0xDBE3BC) is known color: Frost. HEX triplet: DB, E3 and BC. RGB value is (219,227,188). Sum of RGB (Red+Green+Blue) = 219+227+188=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 227 (89.06% from 255 or 35.80% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3BC is #241C43. Grayscale: #DCDCDC. Windows color (decimal): -2366532 or 12379099. OLE color: 12379099.
HSL color Cylindrical-coordinate representation of color #DBE3BC: hue angle of 72.31º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBE3BC is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 188 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.11 |
| HSL | 72.31º | 0.41% | 0.81% | - |
| HSV(B) | 72.31º | 0.17% | 0.89% | - |
| XYZ | 65.76 | 73.63 | 58.32 | - |
| YUV | 220.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 188 | 0.04 | 0 | 0.17 | 0.11 | 72.31 | 0.41 | 0.81 |
| Hex | DB | E3 | BC | 4 | 0 | 11 | B | 48 | 29 | 51 |
| Octal | 333 | 343 | 274 | 4 | 0 | 21 | 13 | 110 | 51 | 121 |
| Binary | 11011011 | 11100011 | 10111100 | 100 | 0 | 10001 | 1011 | 1001000 | 101001 | 1010001 |
Color Harmonies of #DBE3BC
Complementary color
Monochromatic Colors of #DBE3BC
Black with #DBE3BC
Text Example
Text Example
White with #DBE3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3BC; }
p { color: rgb(219,227,188); }
H1.HeaderClassName
{
color: #DBE3BC;
}
.AnyTagClassName
{
color: #DBE3BC;
}
</style>
background-color css
<style>
a { background-color: #DBE3BC; }
a { background-color: rgb(219,227,188); }
div.DivClassName
{
background-color: #DBE3BC;
}
.BgClassName
{
background-color: #DBE3BC;
}
</style>
border-color css
<style>
span { border-color: #DBE3BC; }
span { border-color: rgb(219,227,188); }
td.TdClassName
{
border-color: #DBE3BC;
}
.TagClassName
{
border-color: #DBE3BC;
}
</style>