Shades of Frost #DFE4C8
Tints of Frost #DFE4C8
RGB
CMYK
RGB Variations
Color information
#DFE4C8 (or 0xDFE4C8) is known color: Frost. HEX triplet: DF, E4 and C8. RGB value is (223,228,200). Sum of RGB (Red+Green+Blue) = 223+228+200=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 200 (78.52% from 255 or 30.72% from 651); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4C8 is #201B37. Grayscale: #DFDFDF. Windows color (decimal): -2104120 or 13165791. OLE color: 13165791.
HSL color Cylindrical-coordinate representation of color #DFE4C8: hue angle of 70.71º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFE4C8 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 200 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.11 |
| HSL | 70.71º | 0.34% | 0.84% | - |
| HSV(B) | 70.71º | 0.12% | 0.89% | - |
| XYZ | 68.6 | 75.34 | 65.57 | - |
| YUV | 223.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 200 | 0.02 | 0 | 0.12 | 0.11 | 70.71 | 0.34 | 0.84 |
| Hex | DF | E4 | C8 | 2 | 0 | C | B | 47 | 22 | 54 |
| Octal | 337 | 344 | 310 | 2 | 0 | 14 | 13 | 107 | 42 | 124 |
| Binary | 11011111 | 11100100 | 11001000 | 10 | 0 | 1100 | 1011 | 1000111 | 100010 | 1010100 |
Color Harmonies of #DFE4C8
Complementary color
Monochromatic Colors of #DFE4C8
Black with #DFE4C8
Text Example
Text Example
White with #DFE4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4C8; }
p { color: rgb(223,228,200); }
H1.HeaderClassName
{
color: #DFE4C8;
}
.AnyTagClassName
{
color: #DFE4C8;
}
</style>
background-color css
<style>
a { background-color: #DFE4C8; }
a { background-color: rgb(223,228,200); }
div.DivClassName
{
background-color: #DFE4C8;
}
.BgClassName
{
background-color: #DFE4C8;
}
</style>
border-color css
<style>
span { border-color: #DFE4C8; }
span { border-color: rgb(223,228,200); }
td.TdClassName
{
border-color: #DFE4C8;
}
.TagClassName
{
border-color: #DFE4C8;
}
</style>