Shades of Frost #DBE1C0
Tints of Frost #DBE1C0
RGB
CMYK
RGB Variations
Color information
#DBE1C0 (or 0xDBE1C0) is known color: Frost. HEX triplet: DB, E1 and C0. RGB value is (219,225,192). Sum of RGB (Red+Green+Blue) = 219+225+192=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1C0 is #241E3F. Grayscale: #DBDBDB. Windows color (decimal): -2367040 or 12640731. OLE color: 12640731.
HSL color Cylindrical-coordinate representation of color #DBE1C0: hue angle of 70.91º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBE1C0 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 192 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.12 |
| HSL | 70.91º | 0.35% | 0.82% | - |
| HSV(B) | 70.91º | 0.15% | 0.88% | - |
| XYZ | 65.65 | 72.72 | 60.44 | - |
| YUV | 219.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 192 | 0.03 | 0 | 0.15 | 0.12 | 70.91 | 0.35 | 0.82 |
| Hex | DB | E1 | C0 | 3 | 0 | F | C | 47 | 23 | 52 |
| Octal | 333 | 341 | 300 | 3 | 0 | 17 | 14 | 107 | 43 | 122 |
| Binary | 11011011 | 11100001 | 11000000 | 11 | 0 | 1111 | 1100 | 1000111 | 100011 | 1010010 |
Color Harmonies of #DBE1C0
Complementary color
Monochromatic Colors of #DBE1C0
Black with #DBE1C0
Text Example
Text Example
White with #DBE1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE1C0; }
p { color: rgb(219,225,192); }
H1.HeaderClassName
{
color: #DBE1C0;
}
.AnyTagClassName
{
color: #DBE1C0;
}
</style>
background-color css
<style>
a { background-color: #DBE1C0; }
a { background-color: rgb(219,225,192); }
div.DivClassName
{
background-color: #DBE1C0;
}
.BgClassName
{
background-color: #DBE1C0;
}
</style>
border-color css
<style>
span { border-color: #DBE1C0; }
span { border-color: rgb(219,225,192); }
td.TdClassName
{
border-color: #DBE1C0;
}
.TagClassName
{
border-color: #DBE1C0;
}
</style>