Shades of Frost #DFE9BC
Tints of Frost #DFE9BC
RGB
CMYK
RGB Variations
Color information
#DFE9BC (or 0xDFE9BC) is known color: Frost. HEX triplet: DF, E9 and BC. RGB value is (223,233,188). Sum of RGB (Red+Green+Blue) = 223+233+188=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 188 (73.83% from 255 or 29.19% from 644); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE9BC is #201643. Grayscale: #E1E1E1. Windows color (decimal): -2102852 or 12380639. OLE color: 12380639.
HSL color Cylindrical-coordinate representation of color #DFE9BC: hue angle of 73.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFE9BC is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 188 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.09 |
| HSL | 73.33º | 0.51% | 0.83% | - |
| HSV(B) | 73.33º | 0.19% | 0.91% | - |
| XYZ | 68.65 | 77.6 | 58.94 | - |
| YUV | 224.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 188 | 0.04 | 0 | 0.19 | 0.09 | 73.33 | 0.51 | 0.83 |
| Hex | DF | E9 | BC | 4 | 0 | 13 | 9 | 49 | 33 | 53 |
| Octal | 337 | 351 | 274 | 4 | 0 | 23 | 11 | 111 | 63 | 123 |
| Binary | 11011111 | 11101001 | 10111100 | 100 | 0 | 10011 | 1001 | 1001001 | 110011 | 1010011 |
Color Harmonies of #DFE9BC
Complementary color
Monochromatic Colors of #DFE9BC
Black with #DFE9BC
Text Example
Text Example
White with #DFE9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE9BC; }
p { color: rgb(223,233,188); }
H1.HeaderClassName
{
color: #DFE9BC;
}
.AnyTagClassName
{
color: #DFE9BC;
}
</style>
background-color css
<style>
a { background-color: #DFE9BC; }
a { background-color: rgb(223,233,188); }
div.DivClassName
{
background-color: #DFE9BC;
}
.BgClassName
{
background-color: #DFE9BC;
}
</style>
border-color css
<style>
span { border-color: #DFE9BC; }
span { border-color: rgb(223,233,188); }
td.TdClassName
{
border-color: #DFE9BC;
}
.TagClassName
{
border-color: #DFE9BC;
}
</style>