Shades of Frost #DBE1BD
Tints of Frost #DBE1BD
RGB
CMYK
RGB Variations
Color information
#DBE1BD (or 0xDBE1BD) is known color: Frost. HEX triplet: DB, E1 and BD. RGB value is (219,225,189). Sum of RGB (Red+Green+Blue) = 219+225+189=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1BD is #241E42. Grayscale: #DBDBDB. Windows color (decimal): -2367043 or 12444123. OLE color: 12444123.
HSL color Cylindrical-coordinate representation of color #DBE1BD: hue angle of 70º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBE1BD is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 189 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.12 |
| HSL | 70º | 0.38% | 0.81% | - |
| HSV(B) | 70º | 0.16% | 0.88% | - |
| XYZ | 65.32 | 72.58 | 58.71 | - |
| YUV | 219.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 189 | 0.03 | 0 | 0.16 | 0.12 | 70 | 0.38 | 0.81 |
| Hex | DB | E1 | BD | 3 | 0 | 10 | C | 46 | 26 | 51 |
| Octal | 333 | 341 | 275 | 3 | 0 | 20 | 14 | 106 | 46 | 121 |
| Binary | 11011011 | 11100001 | 10111101 | 11 | 0 | 10000 | 1100 | 1000110 | 100110 | 1010001 |
Color Harmonies of #DBE1BD
Complementary color
Monochromatic Colors of #DBE1BD
Black with #DBE1BD
Text Example
Text Example
White with #DBE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE1BD; }
p { color: rgb(219,225,189); }
H1.HeaderClassName
{
color: #DBE1BD;
}
.AnyTagClassName
{
color: #DBE1BD;
}
</style>
background-color css
<style>
a { background-color: #DBE1BD; }
a { background-color: rgb(219,225,189); }
div.DivClassName
{
background-color: #DBE1BD;
}
.BgClassName
{
background-color: #DBE1BD;
}
</style>
border-color css
<style>
span { border-color: #DBE1BD; }
span { border-color: rgb(219,225,189); }
td.TdClassName
{
border-color: #DBE1BD;
}
.TagClassName
{
border-color: #DBE1BD;
}
</style>