Shades of Frost #DFE4C6
Tints of Frost #DFE4C6
RGB
CMYK
RGB Variations
Color information
#DFE4C6 (or 0xDFE4C6) is known color: Frost. HEX triplet: DF, E4 and C6. RGB value is (223,228,198). Sum of RGB (Red+Green+Blue) = 223+228+198=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 198 (77.73% from 255 or 30.51% from 649); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4C6 is #201B39. Grayscale: #DFDFDF. Windows color (decimal): -2104122 or 13034719. OLE color: 13034719.
HSL color Cylindrical-coordinate representation of color #DFE4C6: hue angle of 70º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFE4C6 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 198 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.11 |
| HSL | 70º | 0.36% | 0.84% | - |
| HSV(B) | 70º | 0.13% | 0.89% | - |
| XYZ | 68.37 | 75.25 | 64.35 | - |
| YUV | 223.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 198 | 0.02 | 0 | 0.13 | 0.11 | 70 | 0.36 | 0.84 |
| Hex | DF | E4 | C6 | 2 | 0 | D | B | 46 | 24 | 54 |
| Octal | 337 | 344 | 306 | 2 | 0 | 15 | 13 | 106 | 44 | 124 |
| Binary | 11011111 | 11100100 | 11000110 | 10 | 0 | 1101 | 1011 | 1000110 | 100100 | 1010100 |
Color Harmonies of #DFE4C6
Complementary color
Monochromatic Colors of #DFE4C6
Black with #DFE4C6
Text Example
Text Example
White with #DFE4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4C6; }
p { color: rgb(223,228,198); }
H1.HeaderClassName
{
color: #DFE4C6;
}
.AnyTagClassName
{
color: #DFE4C6;
}
</style>
background-color css
<style>
a { background-color: #DFE4C6; }
a { background-color: rgb(223,228,198); }
div.DivClassName
{
background-color: #DFE4C6;
}
.BgClassName
{
background-color: #DFE4C6;
}
</style>
border-color css
<style>
span { border-color: #DFE4C6; }
span { border-color: rgb(223,228,198); }
td.TdClassName
{
border-color: #DFE4C6;
}
.TagClassName
{
border-color: #DFE4C6;
}
</style>