Shades of Frost #DFE2BE
Tints of Frost #DFE2BE
RGB
CMYK
RGB Variations
Color information
#DFE2BE (or 0xDFE2BE) is known color: Frost. HEX triplet: DF, E2 and BE. RGB value is (223,226,190). Sum of RGB (Red+Green+Blue) = 223+226+190=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2BE is #201D41. Grayscale: #DDDDDD. Windows color (decimal): -2104642 or 12509919. OLE color: 12509919.
HSL color Cylindrical-coordinate representation of color #DFE2BE: hue angle of 65º degrees, saturation: 0.38, 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 #DFE2BE is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 226 | 190 | - |
CMYK | 0.01 | 0 | 0.16 | 0.11 |
HSL | 65º | 0.38% | 0.82% | - |
HSV(B) | 65º | 0.16% | 0.89% | - |
XYZ | 66.92 | 73.8 | 59.43 | - |
YUV | 221 | 110.51 | 129.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 226 | 190 | 0.01 | 0 | 0.16 | 0.11 | 65 | 0.38 | 0.82 |
Hex | DF | E2 | BE | 1 | 0 | 10 | B | 41 | 26 | 52 |
Octal | 337 | 342 | 276 | 1 | 0 | 20 | 13 | 101 | 46 | 122 |
Binary | 11011111 | 11100010 | 10111110 | 1 | 0 | 10000 | 1011 | 1000001 | 100110 | 1010010 |
Color Harmonies of #DFE2BE
Complementary color
Monochromatic Colors of #DFE2BE
Black with #DFE2BE
Text Example
Text Example
White with #DFE2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2BE; }
p { color: rgb(223,226,190); }
H1.HeaderClassName
{
color: #DFE2BE;
}
.AnyTagClassName
{
color: #DFE2BE;
}
</style>
background-color css
<style>
a { background-color: #DFE2BE; }
a { background-color: rgb(223,226,190); }
div.DivClassName
{
background-color: #DFE2BE;
}
.BgClassName
{
background-color: #DFE2BE;
}
</style>
border-color css
<style>
span { border-color: #DFE2BE; }
span { border-color: rgb(223,226,190); }
td.TdClassName
{
border-color: #DFE2BE;
}
.TagClassName
{
border-color: #DFE2BE;
}
</style>