Shades of Frost #DFE4BA
Tints of Frost #DFE4BA
RGB
CMYK
RGB Variations
Color information
#DFE4BA (or 0xDFE4BA) is known color: Frost. HEX triplet: DF, E4 and BA. RGB value is (223,228,186). Sum of RGB (Red+Green+Blue) = 223+228+186=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4BA is #201B45. Grayscale: #DDDDDD. Windows color (decimal): -2104134 or 12248287. OLE color: 12248287.
HSL color Cylindrical-coordinate representation of color #DFE4BA: hue angle of 67.14º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFE4BA is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 186 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.11 |
| HSL | 67.14º | 0.44% | 0.81% | - |
| HSV(B) | 67.14º | 0.18% | 0.89% | - |
| XYZ | 67.04 | 74.72 | 57.34 | - |
| YUV | 221.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 186 | 0.02 | 0 | 0.18 | 0.11 | 67.14 | 0.44 | 0.81 |
| Hex | DF | E4 | BA | 2 | 0 | 12 | B | 43 | 2C | 51 |
| Octal | 337 | 344 | 272 | 2 | 0 | 22 | 13 | 103 | 54 | 121 |
| Binary | 11011111 | 11100100 | 10111010 | 10 | 0 | 10010 | 1011 | 1000011 | 101100 | 1010001 |
Color Harmonies of #DFE4BA
Complementary color
Monochromatic Colors of #DFE4BA
Black with #DFE4BA
Text Example
Text Example
White with #DFE4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4BA; }
p { color: rgb(223,228,186); }
H1.HeaderClassName
{
color: #DFE4BA;
}
.AnyTagClassName
{
color: #DFE4BA;
}
</style>
background-color css
<style>
a { background-color: #DFE4BA; }
a { background-color: rgb(223,228,186); }
div.DivClassName
{
background-color: #DFE4BA;
}
.BgClassName
{
background-color: #DFE4BA;
}
</style>
border-color css
<style>
span { border-color: #DFE4BA; }
span { border-color: rgb(223,228,186); }
td.TdClassName
{
border-color: #DFE4BA;
}
.TagClassName
{
border-color: #DFE4BA;
}
</style>