Shades of Frost #DFE4C4
Tints of Frost #DFE4C4
RGB
CMYK
RGB Variations
Color information
#DFE4C4 (or 0xDFE4C4) is known color: Frost. HEX triplet: DF, E4 and C4. RGB value is (223,228,196). Sum of RGB (Red+Green+Blue) = 223+228+196=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 228 (89.45% from 255 or 35.24% from 647); Blue value is 196 (76.95% from 255 or 30.29% from 647); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4C4 is #201B3B. Grayscale: #DEDEDE. Windows color (decimal): -2104124 or 12903647. OLE color: 12903647.
HSL color Cylindrical-coordinate representation of color #DFE4C4: hue angle of 69.38º degrees, saturation: 0.37, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFE4C4 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 196 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.11 |
| HSL | 69.38º | 0.37% | 0.83% | - |
| HSV(B) | 69.38º | 0.14% | 0.89% | - |
| XYZ | 68.14 | 75.16 | 63.14 | - |
| YUV | 222.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 196 | 0.02 | 0 | 0.14 | 0.11 | 69.38 | 0.37 | 0.83 |
| Hex | DF | E4 | C4 | 2 | 0 | E | B | 45 | 25 | 53 |
| Octal | 337 | 344 | 304 | 2 | 0 | 16 | 13 | 105 | 45 | 123 |
| Binary | 11011111 | 11100100 | 11000100 | 10 | 0 | 1110 | 1011 | 1000101 | 100101 | 1010011 |
Color Harmonies of #DFE4C4
Complementary color
Monochromatic Colors of #DFE4C4
Black with #DFE4C4
Text Example
Text Example
White with #DFE4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4C4; }
p { color: rgb(223,228,196); }
H1.HeaderClassName
{
color: #DFE4C4;
}
.AnyTagClassName
{
color: #DFE4C4;
}
</style>
background-color css
<style>
a { background-color: #DFE4C4; }
a { background-color: rgb(223,228,196); }
div.DivClassName
{
background-color: #DFE4C4;
}
.BgClassName
{
background-color: #DFE4C4;
}
</style>
border-color css
<style>
span { border-color: #DFE4C4; }
span { border-color: rgb(223,228,196); }
td.TdClassName
{
border-color: #DFE4C4;
}
.TagClassName
{
border-color: #DFE4C4;
}
</style>