Shades of Frost #DBE0BE
Tints of Frost #DBE0BE
RGB
CMYK
RGB Variations
Color information
#DBE0BE (or 0xDBE0BE) is known color: Frost. HEX triplet: DB, E0 and BE. RGB value is (219,224,190). Sum of RGB (Red+Green+Blue) = 219+224+190=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0BE is #241F41. Grayscale: #DADADA. Windows color (decimal): -2367298 or 12509403. OLE color: 12509403.
HSL color Cylindrical-coordinate representation of color #DBE0BE: hue angle of 68.82º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBE0BE is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 190 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.12 |
| HSL | 68.82º | 0.35% | 0.81% | - |
| HSV(B) | 68.82º | 0.15% | 0.88% | - |
| XYZ | 65.16 | 72.09 | 59.2 | - |
| YUV | 218.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 190 | 0.02 | 0 | 0.15 | 0.12 | 68.82 | 0.35 | 0.81 |
| Hex | DB | E0 | BE | 2 | 0 | F | C | 45 | 23 | 51 |
| Octal | 333 | 340 | 276 | 2 | 0 | 17 | 14 | 105 | 43 | 121 |
| Binary | 11011011 | 11100000 | 10111110 | 10 | 0 | 1111 | 1100 | 1000101 | 100011 | 1010001 |
Color Harmonies of #DBE0BE
Complementary color
Monochromatic Colors of #DBE0BE
Black with #DBE0BE
Text Example
Text Example
White with #DBE0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE0BE; }
p { color: rgb(219,224,190); }
H1.HeaderClassName
{
color: #DBE0BE;
}
.AnyTagClassName
{
color: #DBE0BE;
}
</style>
background-color css
<style>
a { background-color: #DBE0BE; }
a { background-color: rgb(219,224,190); }
div.DivClassName
{
background-color: #DBE0BE;
}
.BgClassName
{
background-color: #DBE0BE;
}
</style>
border-color css
<style>
span { border-color: #DBE0BE; }
span { border-color: rgb(219,224,190); }
td.TdClassName
{
border-color: #DBE0BE;
}
.TagClassName
{
border-color: #DBE0BE;
}
</style>