Shades of Frost #DFE2CE
Tints of Frost #DFE2CE
RGB
CMYK
RGB Variations
Color information
#DFE2CE (or 0xDFE2CE) is known color: Frost. HEX triplet: DF, E2 and CE. RGB value is (223,226,206). Sum of RGB (Red+Green+Blue) = 223+226+206=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2CE is #201D31. Grayscale: #DEDEDE. Windows color (decimal): -2104626 or 13558495. OLE color: 13558495.
HSL color Cylindrical-coordinate representation of color #DFE2CE: hue angle of 69º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFE2CE is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 206 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.11 |
| HSL | 69º | 0.26% | 0.85% | - |
| HSV(B) | 69º | 0.09% | 0.89% | - |
| XYZ | 68.77 | 74.54 | 69.16 | - |
| YUV | 222.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 206 | 0.01 | 0 | 0.09 | 0.11 | 69 | 0.26 | 0.85 |
| Hex | DF | E2 | CE | 1 | 0 | 9 | B | 45 | 1A | 55 |
| Octal | 337 | 342 | 316 | 1 | 0 | 11 | 13 | 105 | 32 | 125 |
| Binary | 11011111 | 11100010 | 11001110 | 1 | 0 | 1001 | 1011 | 1000101 | 11010 | 1010101 |
Color Harmonies of #DFE2CE
Complementary color
Monochromatic Colors of #DFE2CE
Black with #DFE2CE
Text Example
Text Example
White with #DFE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2CE; }
p { color: rgb(223,226,206); }
H1.HeaderClassName
{
color: #DFE2CE;
}
.AnyTagClassName
{
color: #DFE2CE;
}
</style>
background-color css
<style>
a { background-color: #DFE2CE; }
a { background-color: rgb(223,226,206); }
div.DivClassName
{
background-color: #DFE2CE;
}
.BgClassName
{
background-color: #DFE2CE;
}
</style>
border-color css
<style>
span { border-color: #DFE2CE; }
span { border-color: rgb(223,226,206); }
td.TdClassName
{
border-color: #DFE2CE;
}
.TagClassName
{
border-color: #DFE2CE;
}
</style>