Shades of Frost #DFE8BF
Tints of Frost #DFE8BF
RGB
CMYK
RGB Variations
Color information
#DFE8BF (or 0xDFE8BF) is known color: Frost. HEX triplet: DF, E8 and BF. RGB value is (223,232,191). Sum of RGB (Red+Green+Blue) = 223+232+191=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 191 (75% from 255 or 29.57% from 646); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE8BF is #201740. Grayscale: #E0E0E0. Windows color (decimal): -2103105 or 12576991. OLE color: 12576991.
HSL color Cylindrical-coordinate representation of color #DFE8BF: hue angle of 73.17º degrees, saturation: 0.47, 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 #DFE8BF is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 191 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.09 |
| HSL | 73.17º | 0.47% | 0.83% | - |
| HSV(B) | 73.17º | 0.18% | 0.91% | - |
| XYZ | 68.69 | 77.16 | 60.56 | - |
| YUV | 224.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 191 | 0.04 | 0 | 0.18 | 0.09 | 73.17 | 0.47 | 0.83 |
| Hex | DF | E8 | BF | 4 | 0 | 12 | 9 | 49 | 2F | 53 |
| Octal | 337 | 350 | 277 | 4 | 0 | 22 | 11 | 111 | 57 | 123 |
| Binary | 11011111 | 11101000 | 10111111 | 100 | 0 | 10010 | 1001 | 1001001 | 101111 | 1010011 |
Color Harmonies of #DFE8BF
Complementary color
Monochromatic Colors of #DFE8BF
Black with #DFE8BF
Text Example
Text Example
White with #DFE8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE8BF; }
p { color: rgb(223,232,191); }
H1.HeaderClassName
{
color: #DFE8BF;
}
.AnyTagClassName
{
color: #DFE8BF;
}
</style>
background-color css
<style>
a { background-color: #DFE8BF; }
a { background-color: rgb(223,232,191); }
div.DivClassName
{
background-color: #DFE8BF;
}
.BgClassName
{
background-color: #DFE8BF;
}
</style>
border-color css
<style>
span { border-color: #DFE8BF; }
span { border-color: rgb(223,232,191); }
td.TdClassName
{
border-color: #DFE8BF;
}
.TagClassName
{
border-color: #DFE8BF;
}
</style>