Shades of Frost #DFE5BC
Tints of Frost #DFE5BC
RGB
CMYK
RGB Variations
Color information
#DFE5BC (or 0xDFE5BC) is known color: Frost. HEX triplet: DF, E5 and BC. RGB value is (223,229,188). Sum of RGB (Red+Green+Blue) = 223+229+188=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE5BC is #201A43. Grayscale: #DEDEDE. Windows color (decimal): -2103876 or 12379615. OLE color: 12379615.
HSL color Cylindrical-coordinate representation of color #DFE5BC: hue angle of 68.78º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFE5BC is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 188 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.10 |
| HSL | 68.78º | 0.44% | 0.82% | - |
| HSV(B) | 68.78º | 0.18% | 0.9% | - |
| XYZ | 67.53 | 75.36 | 58.56 | - |
| YUV | 222.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 188 | 0.03 | 0 | 0.18 | 0.10 | 68.78 | 0.44 | 0.82 |
| Hex | DF | E5 | BC | 3 | 0 | 12 | A | 45 | 2C | 52 |
| Octal | 337 | 345 | 274 | 3 | 0 | 22 | 12 | 105 | 54 | 122 |
| Binary | 11011111 | 11100101 | 10111100 | 11 | 0 | 10010 | 1010 | 1000101 | 101100 | 1010010 |
Color Harmonies of #DFE5BC
Complementary color
Monochromatic Colors of #DFE5BC
Black with #DFE5BC
Text Example
Text Example
White with #DFE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE5BC; }
p { color: rgb(223,229,188); }
H1.HeaderClassName
{
color: #DFE5BC;
}
.AnyTagClassName
{
color: #DFE5BC;
}
</style>
background-color css
<style>
a { background-color: #DFE5BC; }
a { background-color: rgb(223,229,188); }
div.DivClassName
{
background-color: #DFE5BC;
}
.BgClassName
{
background-color: #DFE5BC;
}
</style>
border-color css
<style>
span { border-color: #DFE5BC; }
span { border-color: rgb(223,229,188); }
td.TdClassName
{
border-color: #DFE5BC;
}
.TagClassName
{
border-color: #DFE5BC;
}
</style>