Shades of Frost #DBE2BD
Tints of Frost #DBE2BD
RGB
CMYK
RGB Variations
Color information
#DBE2BD (or 0xDBE2BD) is known color: Frost. HEX triplet: DB, E2 and BD. RGB value is (219,226,189). Sum of RGB (Red+Green+Blue) = 219+226+189=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE2BD is #241D42. Grayscale: #DBDBDB. Windows color (decimal): -2366787 or 12444379. OLE color: 12444379.
HSL color Cylindrical-coordinate representation of color #DBE2BD: hue angle of 71.35º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBE2BD is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 189 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.11 |
| HSL | 71.35º | 0.39% | 0.81% | - |
| HSV(B) | 71.35º | 0.16% | 0.89% | - |
| XYZ | 65.6 | 73.13 | 58.8 | - |
| YUV | 219.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 189 | 0.03 | 0 | 0.16 | 0.11 | 71.35 | 0.39 | 0.81 |
| Hex | DB | E2 | BD | 3 | 0 | 10 | B | 47 | 27 | 51 |
| Octal | 333 | 342 | 275 | 3 | 0 | 20 | 13 | 107 | 47 | 121 |
| Binary | 11011011 | 11100010 | 10111101 | 11 | 0 | 10000 | 1011 | 1000111 | 100111 | 1010001 |
Color Harmonies of #DBE2BD
Complementary color
Monochromatic Colors of #DBE2BD
Black with #DBE2BD
Text Example
Text Example
White with #DBE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2BD; }
p { color: rgb(219,226,189); }
H1.HeaderClassName
{
color: #DBE2BD;
}
.AnyTagClassName
{
color: #DBE2BD;
}
</style>
background-color css
<style>
a { background-color: #DBE2BD; }
a { background-color: rgb(219,226,189); }
div.DivClassName
{
background-color: #DBE2BD;
}
.BgClassName
{
background-color: #DBE2BD;
}
</style>
border-color css
<style>
span { border-color: #DBE2BD; }
span { border-color: rgb(219,226,189); }
td.TdClassName
{
border-color: #DBE2BD;
}
.TagClassName
{
border-color: #DBE2BD;
}
</style>