Shades of Frost #DFE2BC
Tints of Frost #DFE2BC
RGB
CMYK
RGB Variations
Color information
#DFE2BC (or 0xDFE2BC) is known color: Frost. HEX triplet: DF, E2 and BC. RGB value is (223,226,188). Sum of RGB (Red+Green+Blue) = 223+226+188=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2BC is #201D43. Grayscale: #DCDCDC. Windows color (decimal): -2104644 or 12378847. OLE color: 12378847.
HSL color Cylindrical-coordinate representation of color #DFE2BC: hue angle of 64.74º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFE2BC is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 188 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.11 |
| HSL | 64.74º | 0.4% | 0.81% | - |
| HSV(B) | 64.74º | 0.17% | 0.89% | - |
| XYZ | 66.7 | 73.71 | 58.29 | - |
| YUV | 220.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 188 | 0.01 | 0 | 0.17 | 0.11 | 64.74 | 0.4 | 0.81 |
| Hex | DF | E2 | BC | 1 | 0 | 11 | B | 41 | 28 | 51 |
| Octal | 337 | 342 | 274 | 1 | 0 | 21 | 13 | 101 | 50 | 121 |
| Binary | 11011111 | 11100010 | 10111100 | 1 | 0 | 10001 | 1011 | 1000001 | 101000 | 1010001 |
Color Harmonies of #DFE2BC
Complementary color
Monochromatic Colors of #DFE2BC
Black with #DFE2BC
Text Example
Text Example
White with #DFE2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2BC; }
p { color: rgb(223,226,188); }
H1.HeaderClassName
{
color: #DFE2BC;
}
.AnyTagClassName
{
color: #DFE2BC;
}
</style>
background-color css
<style>
a { background-color: #DFE2BC; }
a { background-color: rgb(223,226,188); }
div.DivClassName
{
background-color: #DFE2BC;
}
.BgClassName
{
background-color: #DFE2BC;
}
</style>
border-color css
<style>
span { border-color: #DFE2BC; }
span { border-color: rgb(223,226,188); }
td.TdClassName
{
border-color: #DFE2BC;
}
.TagClassName
{
border-color: #DFE2BC;
}
</style>