Shades of Frost #DFE2CF
Tints of Frost #DFE2CF
RGB
CMYK
RGB Variations
Color information
#DFE2CF (or 0xDFE2CF) is known color: Frost. HEX triplet: DF, E2 and CF. RGB value is (223,226,207). Sum of RGB (Red+Green+Blue) = 223+226+207=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2CF is #201D30. Grayscale: #DFDFDF. Windows color (decimal): -2104625 or 13624031. OLE color: 13624031.
HSL color Cylindrical-coordinate representation of color #DFE2CF: hue angle of 69.47º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFE2CF is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 207 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.11 |
| HSL | 69.47º | 0.25% | 0.85% | - |
| HSV(B) | 69.47º | 0.08% | 0.89% | - |
| XYZ | 68.89 | 74.59 | 69.8 | - |
| YUV | 222.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 207 | 0.01 | 0 | 0.08 | 0.11 | 69.47 | 0.25 | 0.85 |
| Hex | DF | E2 | CF | 1 | 0 | 8 | B | 45 | 19 | 55 |
| Octal | 337 | 342 | 317 | 1 | 0 | 10 | 13 | 105 | 31 | 125 |
| Binary | 11011111 | 11100010 | 11001111 | 1 | 0 | 1000 | 1011 | 1000101 | 11001 | 1010101 |
Color Harmonies of #DFE2CF
Complementary color
Monochromatic Colors of #DFE2CF
Black with #DFE2CF
Text Example
Text Example
White with #DFE2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2CF; }
p { color: rgb(223,226,207); }
H1.HeaderClassName
{
color: #DFE2CF;
}
.AnyTagClassName
{
color: #DFE2CF;
}
</style>
background-color css
<style>
a { background-color: #DFE2CF; }
a { background-color: rgb(223,226,207); }
div.DivClassName
{
background-color: #DFE2CF;
}
.BgClassName
{
background-color: #DFE2CF;
}
</style>
border-color css
<style>
span { border-color: #DFE2CF; }
span { border-color: rgb(223,226,207); }
td.TdClassName
{
border-color: #DFE2CF;
}
.TagClassName
{
border-color: #DFE2CF;
}
</style>