Shades of Frost #DFE3BE
Tints of Frost #DFE3BE
RGB
CMYK
RGB Variations
Color information
#DFE3BE (or 0xDFE3BE) is known color: Frost. HEX triplet: DF, E3 and BE. RGB value is (223,227,190). Sum of RGB (Red+Green+Blue) = 223+227+190=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3BE is #201C41. Grayscale: #DDDDDD. Windows color (decimal): -2104386 or 12510175. OLE color: 12510175.
HSL color Cylindrical-coordinate representation of color #DFE3BE: hue angle of 66.49º degrees, saturation: 0.4, 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 #DFE3BE is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 190 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.11 |
| HSL | 66.49º | 0.4% | 0.82% | - |
| HSV(B) | 66.49º | 0.16% | 0.89% | - |
| XYZ | 67.19 | 74.34 | 59.52 | - |
| YUV | 221.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 190 | 0.02 | 0 | 0.16 | 0.11 | 66.49 | 0.4 | 0.82 |
| Hex | DF | E3 | BE | 2 | 0 | 10 | B | 42 | 28 | 52 |
| Octal | 337 | 343 | 276 | 2 | 0 | 20 | 13 | 102 | 50 | 122 |
| Binary | 11011111 | 11100011 | 10111110 | 10 | 0 | 10000 | 1011 | 1000010 | 101000 | 1010010 |
Color Harmonies of #DFE3BE
Complementary color
Monochromatic Colors of #DFE3BE
Black with #DFE3BE
Text Example
Text Example
White with #DFE3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3BE; }
p { color: rgb(223,227,190); }
H1.HeaderClassName
{
color: #DFE3BE;
}
.AnyTagClassName
{
color: #DFE3BE;
}
</style>
background-color css
<style>
a { background-color: #DFE3BE; }
a { background-color: rgb(223,227,190); }
div.DivClassName
{
background-color: #DFE3BE;
}
.BgClassName
{
background-color: #DFE3BE;
}
</style>
border-color css
<style>
span { border-color: #DFE3BE; }
span { border-color: rgb(223,227,190); }
td.TdClassName
{
border-color: #DFE3BE;
}
.TagClassName
{
border-color: #DFE3BE;
}
</style>