Shades of Frost #DFE0CA
Tints of Frost #DFE0CA
RGB
CMYK
RGB Variations
Color information
#DFE0CA (or 0xDFE0CA) is known color: Frost. HEX triplet: DF, E0 and CA. RGB value is (223,224,202). Sum of RGB (Red+Green+Blue) = 223+224+202=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0CA is #201F35. Grayscale: #DDDDDD. Windows color (decimal): -2105142 or 13295839. OLE color: 13295839.
HSL color Cylindrical-coordinate representation of color #DFE0CA: hue angle of 62.73º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFE0CA is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 202 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.12 |
| HSL | 62.73º | 0.26% | 0.84% | - |
| HSV(B) | 62.73º | 0.1% | 0.88% | - |
| XYZ | 67.75 | 73.26 | 66.45 | - |
| YUV | 221.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 202 | 0.00 | 0 | 0.10 | 0.12 | 62.73 | 0.26 | 0.84 |
| Hex | DF | E0 | CA | 0 | 0 | A | C | 3F | 1A | 54 |
| Octal | 337 | 340 | 312 | 0 | 0 | 12 | 14 | 77 | 32 | 124 |
| Binary | 11011111 | 11100000 | 11001010 | 0 | 0 | 1010 | 1100 | 111111 | 11010 | 1010100 |
Color Harmonies of #DFE0CA
Complementary color
Monochromatic Colors of #DFE0CA
Black with #DFE0CA
Text Example
Text Example
White with #DFE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0CA; }
p { color: rgb(223,224,202); }
H1.HeaderClassName
{
color: #DFE0CA;
}
.AnyTagClassName
{
color: #DFE0CA;
}
</style>
background-color css
<style>
a { background-color: #DFE0CA; }
a { background-color: rgb(223,224,202); }
div.DivClassName
{
background-color: #DFE0CA;
}
.BgClassName
{
background-color: #DFE0CA;
}
</style>
border-color css
<style>
span { border-color: #DFE0CA; }
span { border-color: rgb(223,224,202); }
td.TdClassName
{
border-color: #DFE0CA;
}
.TagClassName
{
border-color: #DFE0CA;
}
</style>