Shades of Frost #DFE3BF
Tints of Frost #DFE3BF
RGB
CMYK
RGB Variations
Color information
#DFE3BF (or 0xDFE3BF) is known color: Frost. HEX triplet: DF, E3 and BF. RGB value is (223,227,191). Sum of RGB (Red+Green+Blue) = 223+227+191=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3BF is #201C40. Grayscale: #DDDDDD. Windows color (decimal): -2104385 or 12575711. OLE color: 12575711.
HSL color Cylindrical-coordinate representation of color #DFE3BF: hue angle of 66.67º degrees, saturation: 0.39, 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 #DFE3BF is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 191 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.11 |
| HSL | 66.67º | 0.39% | 0.82% | - |
| HSV(B) | 66.67º | 0.16% | 0.89% | - |
| XYZ | 67.3 | 74.39 | 60.1 | - |
| YUV | 221.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 191 | 0.02 | 0 | 0.16 | 0.11 | 66.67 | 0.39 | 0.82 |
| Hex | DF | E3 | BF | 2 | 0 | 10 | B | 43 | 27 | 52 |
| Octal | 337 | 343 | 277 | 2 | 0 | 20 | 13 | 103 | 47 | 122 |
| Binary | 11011111 | 11100011 | 10111111 | 10 | 0 | 10000 | 1011 | 1000011 | 100111 | 1010010 |
Color Harmonies of #DFE3BF
Complementary color
Monochromatic Colors of #DFE3BF
Black with #DFE3BF
Text Example
Text Example
White with #DFE3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3BF; }
p { color: rgb(223,227,191); }
H1.HeaderClassName
{
color: #DFE3BF;
}
.AnyTagClassName
{
color: #DFE3BF;
}
</style>
background-color css
<style>
a { background-color: #DFE3BF; }
a { background-color: rgb(223,227,191); }
div.DivClassName
{
background-color: #DFE3BF;
}
.BgClassName
{
background-color: #DFE3BF;
}
</style>
border-color css
<style>
span { border-color: #DFE3BF; }
span { border-color: rgb(223,227,191); }
td.TdClassName
{
border-color: #DFE3BF;
}
.TagClassName
{
border-color: #DFE3BF;
}
</style>