Shades of Frost #DFE2BB
Tints of Frost #DFE2BB
RGB
CMYK
RGB Variations
Color information
#DFE2BB (or 0xDFE2BB) is known color: Frost. HEX triplet: DF, E2 and BB. RGB value is (223,226,187). Sum of RGB (Red+Green+Blue) = 223+226+187=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2BB is #201D44. Grayscale: #DCDCDC. Windows color (decimal): -2104645 or 12313311. OLE color: 12313311.
HSL color Cylindrical-coordinate representation of color #DFE2BB: hue angle of 64.62º 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 #DFE2BB is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 187 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.11 |
| HSL | 64.62º | 0.4% | 0.81% | - |
| HSV(B) | 64.62º | 0.17% | 0.89% | - |
| XYZ | 66.6 | 73.67 | 57.72 | - |
| YUV | 220.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 187 | 0.01 | 0 | 0.17 | 0.11 | 64.62 | 0.4 | 0.81 |
| Hex | DF | E2 | BB | 1 | 0 | 11 | B | 41 | 28 | 51 |
| Octal | 337 | 342 | 273 | 1 | 0 | 21 | 13 | 101 | 50 | 121 |
| Binary | 11011111 | 11100010 | 10111011 | 1 | 0 | 10001 | 1011 | 1000001 | 101000 | 1010001 |
Color Harmonies of #DFE2BB
Complementary color
Monochromatic Colors of #DFE2BB
Black with #DFE2BB
Text Example
Text Example
White with #DFE2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2BB; }
p { color: rgb(223,226,187); }
H1.HeaderClassName
{
color: #DFE2BB;
}
.AnyTagClassName
{
color: #DFE2BB;
}
</style>
background-color css
<style>
a { background-color: #DFE2BB; }
a { background-color: rgb(223,226,187); }
div.DivClassName
{
background-color: #DFE2BB;
}
.BgClassName
{
background-color: #DFE2BB;
}
</style>
border-color css
<style>
span { border-color: #DFE2BB; }
span { border-color: rgb(223,226,187); }
td.TdClassName
{
border-color: #DFE2BB;
}
.TagClassName
{
border-color: #DFE2BB;
}
</style>