Shades of Frost #DFE1CC
Tints of Frost #DFE1CC
RGB
CMYK
RGB Variations
Color information
#DFE1CC (or 0xDFE1CC) is known color: Frost. HEX triplet: DF, E1 and CC. RGB value is (223,225,204). Sum of RGB (Red+Green+Blue) = 223+225+204=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1CC is #201E33. Grayscale: #DEDEDE. Windows color (decimal): -2104884 or 13427167. OLE color: 13427167.
HSL color Cylindrical-coordinate representation of color #DFE1CC: hue angle of 65.71º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFE1CC is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 204 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.12 |
| HSL | 65.71º | 0.26% | 0.84% | - |
| HSV(B) | 65.71º | 0.09% | 0.88% | - |
| XYZ | 68.26 | 73.9 | 67.79 | - |
| YUV | 222.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 204 | 0.01 | 0 | 0.09 | 0.12 | 65.71 | 0.26 | 0.84 |
| Hex | DF | E1 | CC | 1 | 0 | 9 | C | 42 | 1A | 54 |
| Octal | 337 | 341 | 314 | 1 | 0 | 11 | 14 | 102 | 32 | 124 |
| Binary | 11011111 | 11100001 | 11001100 | 1 | 0 | 1001 | 1100 | 1000010 | 11010 | 1010100 |
Color Harmonies of #DFE1CC
Complementary color
Monochromatic Colors of #DFE1CC
Black with #DFE1CC
Text Example
Text Example
White with #DFE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE1CC; }
p { color: rgb(223,225,204); }
H1.HeaderClassName
{
color: #DFE1CC;
}
.AnyTagClassName
{
color: #DFE1CC;
}
</style>
background-color css
<style>
a { background-color: #DFE1CC; }
a { background-color: rgb(223,225,204); }
div.DivClassName
{
background-color: #DFE1CC;
}
.BgClassName
{
background-color: #DFE1CC;
}
</style>
border-color css
<style>
span { border-color: #DFE1CC; }
span { border-color: rgb(223,225,204); }
td.TdClassName
{
border-color: #DFE1CC;
}
.TagClassName
{
border-color: #DFE1CC;
}
</style>