Shades of Frost #DFE0CB
Tints of Frost #DFE0CB
RGB
CMYK
RGB Variations
Color information
#DFE0CB (or 0xDFE0CB) is known color: Frost. HEX triplet: DF, E0 and CB. RGB value is (223,224,203). Sum of RGB (Red+Green+Blue) = 223+224+203=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0CB is #201F34. Grayscale: #DDDDDD. Windows color (decimal): -2105141 or 13361375. OLE color: 13361375.
HSL color Cylindrical-coordinate representation of color #DFE0CB: hue angle of 62.86º degrees, saturation: 0.25, 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 #DFE0CB is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 203 | - |
| CMYK | 0.00 | 0 | 0.09 | 0.12 |
| HSL | 62.86º | 0.25% | 0.84% | - |
| HSV(B) | 62.86º | 0.09% | 0.88% | - |
| XYZ | 67.87 | 73.31 | 67.07 | - |
| YUV | 221.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 203 | 0.00 | 0 | 0.09 | 0.12 | 62.86 | 0.25 | 0.84 |
| Hex | DF | E0 | CB | 0 | 0 | 9 | C | 3F | 19 | 54 |
| Octal | 337 | 340 | 313 | 0 | 0 | 11 | 14 | 77 | 31 | 124 |
| Binary | 11011111 | 11100000 | 11001011 | 0 | 0 | 1001 | 1100 | 111111 | 11001 | 1010100 |
Color Harmonies of #DFE0CB
Complementary color
Monochromatic Colors of #DFE0CB
Black with #DFE0CB
Text Example
Text Example
White with #DFE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0CB; }
p { color: rgb(223,224,203); }
H1.HeaderClassName
{
color: #DFE0CB;
}
.AnyTagClassName
{
color: #DFE0CB;
}
</style>
background-color css
<style>
a { background-color: #DFE0CB; }
a { background-color: rgb(223,224,203); }
div.DivClassName
{
background-color: #DFE0CB;
}
.BgClassName
{
background-color: #DFE0CB;
}
</style>
border-color css
<style>
span { border-color: #DFE0CB; }
span { border-color: rgb(223,224,203); }
td.TdClassName
{
border-color: #DFE0CB;
}
.TagClassName
{
border-color: #DFE0CB;
}
</style>