Shades of Frost #DFE3BD
Tints of Frost #DFE3BD
RGB
CMYK
RGB Variations
Color information
#DFE3BD (or 0xDFE3BD) is known color: Frost. HEX triplet: DF, E3 and BD. RGB value is (223,227,189). Sum of RGB (Red+Green+Blue) = 223+227+189=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3BD is #201C42. Grayscale: #DDDDDD. Windows color (decimal): -2104387 or 12444639. OLE color: 12444639.
HSL color Cylindrical-coordinate representation of color #DFE3BD: hue angle of 66.32º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFE3BD is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 189 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.11 |
| HSL | 66.32º | 0.4% | 0.82% | - |
| HSV(B) | 66.32º | 0.17% | 0.89% | - |
| XYZ | 67.09 | 74.3 | 58.95 | - |
| YUV | 221.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 189 | 0.02 | 0 | 0.17 | 0.11 | 66.32 | 0.4 | 0.82 |
| Hex | DF | E3 | BD | 2 | 0 | 11 | B | 42 | 28 | 52 |
| Octal | 337 | 343 | 275 | 2 | 0 | 21 | 13 | 102 | 50 | 122 |
| Binary | 11011111 | 11100011 | 10111101 | 10 | 0 | 10001 | 1011 | 1000010 | 101000 | 1010010 |
Color Harmonies of #DFE3BD
Complementary color
Monochromatic Colors of #DFE3BD
Black with #DFE3BD
Text Example
Text Example
White with #DFE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3BD; }
p { color: rgb(223,227,189); }
H1.HeaderClassName
{
color: #DFE3BD;
}
.AnyTagClassName
{
color: #DFE3BD;
}
</style>
background-color css
<style>
a { background-color: #DFE3BD; }
a { background-color: rgb(223,227,189); }
div.DivClassName
{
background-color: #DFE3BD;
}
.BgClassName
{
background-color: #DFE3BD;
}
</style>
border-color css
<style>
span { border-color: #DFE3BD; }
span { border-color: rgb(223,227,189); }
td.TdClassName
{
border-color: #DFE3BD;
}
.TagClassName
{
border-color: #DFE3BD;
}
</style>