Shades of Frost #DFE9BF
Tints of Frost #DFE9BF
RGB
CMYK
RGB Variations
Color information
#DFE9BF (or 0xDFE9BF) is known color: Frost. HEX triplet: DF, E9 and BF. RGB value is (223,233,191). Sum of RGB (Red+Green+Blue) = 223+233+191=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 191 (75% from 255 or 29.52% from 647); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE9BF is #201640. Grayscale: #E1E1E1. Windows color (decimal): -2102849 or 12577247. OLE color: 12577247.
HSL color Cylindrical-coordinate representation of color #DFE9BF: hue angle of 74.29º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFE9BF is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 191 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.09 |
| HSL | 74.29º | 0.49% | 0.83% | - |
| HSV(B) | 74.29º | 0.18% | 0.91% | - |
| XYZ | 68.97 | 77.73 | 60.66 | - |
| YUV | 225.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 191 | 0.04 | 0 | 0.18 | 0.09 | 74.29 | 0.49 | 0.83 |
| Hex | DF | E9 | BF | 4 | 0 | 12 | 9 | 4A | 31 | 53 |
| Octal | 337 | 351 | 277 | 4 | 0 | 22 | 11 | 112 | 61 | 123 |
| Binary | 11011111 | 11101001 | 10111111 | 100 | 0 | 10010 | 1001 | 1001010 | 110001 | 1010011 |
Color Harmonies of #DFE9BF
Complementary color
Monochromatic Colors of #DFE9BF
Black with #DFE9BF
Text Example
Text Example
White with #DFE9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE9BF; }
p { color: rgb(223,233,191); }
H1.HeaderClassName
{
color: #DFE9BF;
}
.AnyTagClassName
{
color: #DFE9BF;
}
</style>
background-color css
<style>
a { background-color: #DFE9BF; }
a { background-color: rgb(223,233,191); }
div.DivClassName
{
background-color: #DFE9BF;
}
.BgClassName
{
background-color: #DFE9BF;
}
</style>
border-color css
<style>
span { border-color: #DFE9BF; }
span { border-color: rgb(223,233,191); }
td.TdClassName
{
border-color: #DFE9BF;
}
.TagClassName
{
border-color: #DFE9BF;
}
</style>