Shades of Frost #DBE0C7
Tints of Frost #DBE0C7
RGB
CMYK
RGB Variations
Color information
#DBE0C7 (or 0xDBE0C7) is known color: Frost. HEX triplet: DB, E0 and C7. RGB value is (219,224,199). Sum of RGB (Red+Green+Blue) = 219+224+199=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0C7 is #241F38. Grayscale: #DBDBDB. Windows color (decimal): -2367289 or 13099227. OLE color: 13099227.
HSL color Cylindrical-coordinate representation of color #DBE0C7: hue angle of 72º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE0C7 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 199 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.12 |
| HSL | 72º | 0.29% | 0.83% | - |
| HSV(B) | 72º | 0.11% | 0.88% | - |
| XYZ | 66.18 | 72.49 | 64.54 | - |
| YUV | 219.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 199 | 0.02 | 0 | 0.11 | 0.12 | 72 | 0.29 | 0.83 |
| Hex | DB | E0 | C7 | 2 | 0 | B | C | 48 | 1D | 53 |
| Octal | 333 | 340 | 307 | 2 | 0 | 13 | 14 | 110 | 35 | 123 |
| Binary | 11011011 | 11100000 | 11000111 | 10 | 0 | 1011 | 1100 | 1001000 | 11101 | 1010011 |
Color Harmonies of #DBE0C7
Complementary color
Monochromatic Colors of #DBE0C7
Black with #DBE0C7
Text Example
Text Example
White with #DBE0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE0C7; }
p { color: rgb(219,224,199); }
H1.HeaderClassName
{
color: #DBE0C7;
}
.AnyTagClassName
{
color: #DBE0C7;
}
</style>
background-color css
<style>
a { background-color: #DBE0C7; }
a { background-color: rgb(219,224,199); }
div.DivClassName
{
background-color: #DBE0C7;
}
.BgClassName
{
background-color: #DBE0C7;
}
</style>
border-color css
<style>
span { border-color: #DBE0C7; }
span { border-color: rgb(219,224,199); }
td.TdClassName
{
border-color: #DBE0C7;
}
.TagClassName
{
border-color: #DBE0C7;
}
</style>