Shades of Frost #DFE7C1
Tints of Frost #DFE7C1
RGB
CMYK
RGB Variations
Color information
#DFE7C1 (or 0xDFE7C1) is known color: Frost. HEX triplet: DF, E7 and C1. RGB value is (223,231,193). Sum of RGB (Red+Green+Blue) = 223+231+193=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 193 (75.78% from 255 or 29.83% from 647); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE7C1 is #20183E. Grayscale: #E0E0E0. Windows color (decimal): -2103359 or 12707807. OLE color: 12707807.
HSL color Cylindrical-coordinate representation of color #DFE7C1: hue angle of 72.63º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFE7C1 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 231 | 193 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.09 |
| HSL | 72.63º | 0.44% | 0.83% | - |
| HSV(B) | 72.63º | 0.16% | 0.91% | - |
| XYZ | 68.63 | 76.69 | 61.64 | - |
| YUV | 224.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 231 | 193 | 0.03 | 0 | 0.16 | 0.09 | 72.63 | 0.44 | 0.83 |
| Hex | DF | E7 | C1 | 3 | 0 | 10 | 9 | 49 | 2C | 53 |
| Octal | 337 | 347 | 301 | 3 | 0 | 20 | 11 | 111 | 54 | 123 |
| Binary | 11011111 | 11100111 | 11000001 | 11 | 0 | 10000 | 1001 | 1001001 | 101100 | 1010011 |
Color Harmonies of #DFE7C1
Complementary color
Monochromatic Colors of #DFE7C1
Black with #DFE7C1
Text Example
Text Example
White with #DFE7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE7C1; }
p { color: rgb(223,231,193); }
H1.HeaderClassName
{
color: #DFE7C1;
}
.AnyTagClassName
{
color: #DFE7C1;
}
</style>
background-color css
<style>
a { background-color: #DFE7C1; }
a { background-color: rgb(223,231,193); }
div.DivClassName
{
background-color: #DFE7C1;
}
.BgClassName
{
background-color: #DFE7C1;
}
</style>
border-color css
<style>
span { border-color: #DFE7C1; }
span { border-color: rgb(223,231,193); }
td.TdClassName
{
border-color: #DFE7C1;
}
.TagClassName
{
border-color: #DFE7C1;
}
</style>