Shades of Frost #DBE4BF
Tints of Frost #DBE4BF
RGB
CMYK
RGB Variations
Color information
#DBE4BF (or 0xDBE4BF) is known color: Frost. HEX triplet: DB, E4 and BF. RGB value is (219,228,191). Sum of RGB (Red+Green+Blue) = 219+228+191=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4BF is #241B40. Grayscale: #DDDDDD. Windows color (decimal): -2366273 or 12575963. OLE color: 12575963.
HSL color Cylindrical-coordinate representation of color #DBE4BF: hue angle of 74.59º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBE4BF is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 191 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.11 |
| HSL | 74.59º | 0.41% | 0.82% | - |
| HSV(B) | 74.59º | 0.16% | 0.89% | - |
| XYZ | 66.36 | 74.31 | 60.14 | - |
| YUV | 221.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 191 | 0.04 | 0 | 0.16 | 0.11 | 74.59 | 0.41 | 0.82 |
| Hex | DB | E4 | BF | 4 | 0 | 10 | B | 4B | 29 | 52 |
| Octal | 333 | 344 | 277 | 4 | 0 | 20 | 13 | 113 | 51 | 122 |
| Binary | 11011011 | 11100100 | 10111111 | 100 | 0 | 10000 | 1011 | 1001011 | 101001 | 1010010 |
Color Harmonies of #DBE4BF
Complementary color
Monochromatic Colors of #DBE4BF
Black with #DBE4BF
Text Example
Text Example
White with #DBE4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4BF; }
p { color: rgb(219,228,191); }
H1.HeaderClassName
{
color: #DBE4BF;
}
.AnyTagClassName
{
color: #DBE4BF;
}
</style>
background-color css
<style>
a { background-color: #DBE4BF; }
a { background-color: rgb(219,228,191); }
div.DivClassName
{
background-color: #DBE4BF;
}
.BgClassName
{
background-color: #DBE4BF;
}
</style>
border-color css
<style>
span { border-color: #DBE4BF; }
span { border-color: rgb(219,228,191); }
td.TdClassName
{
border-color: #DBE4BF;
}
.TagClassName
{
border-color: #DBE4BF;
}
</style>