Shades of Frost #DFE3CC
Tints of Frost #DFE3CC
RGB
CMYK
RGB Variations
Color information
#DFE3CC (or 0xDFE3CC) is known color: Frost. HEX triplet: DF, E3 and CC. RGB value is (223,227,204). Sum of RGB (Red+Green+Blue) = 223+227+204=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3CC is #201C33. Grayscale: #DFDFDF. Windows color (decimal): -2104372 or 13427679. OLE color: 13427679.
HSL color Cylindrical-coordinate representation of color #DFE3CC: hue angle of 70.43º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFE3CC is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 204 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.11 |
| HSL | 70.43º | 0.29% | 0.85% | - |
| HSV(B) | 70.43º | 0.1% | 0.89% | - |
| XYZ | 68.8 | 74.99 | 67.97 | - |
| YUV | 223.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 204 | 0.02 | 0 | 0.10 | 0.11 | 70.43 | 0.29 | 0.85 |
| Hex | DF | E3 | CC | 2 | 0 | A | B | 46 | 1D | 55 |
| Octal | 337 | 343 | 314 | 2 | 0 | 12 | 13 | 106 | 35 | 125 |
| Binary | 11011111 | 11100011 | 11001100 | 10 | 0 | 1010 | 1011 | 1000110 | 11101 | 1010101 |
Color Harmonies of #DFE3CC
Complementary color
Monochromatic Colors of #DFE3CC
Black with #DFE3CC
Text Example
Text Example
White with #DFE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3CC; }
p { color: rgb(223,227,204); }
H1.HeaderClassName
{
color: #DFE3CC;
}
.AnyTagClassName
{
color: #DFE3CC;
}
</style>
background-color css
<style>
a { background-color: #DFE3CC; }
a { background-color: rgb(223,227,204); }
div.DivClassName
{
background-color: #DFE3CC;
}
.BgClassName
{
background-color: #DFE3CC;
}
</style>
border-color css
<style>
span { border-color: #DFE3CC; }
span { border-color: rgb(223,227,204); }
td.TdClassName
{
border-color: #DFE3CC;
}
.TagClassName
{
border-color: #DFE3CC;
}
</style>