Shades of Frost #DFE3CB
Tints of Frost #DFE3CB
RGB
CMYK
RGB Variations
Color information
#DFE3CB (or 0xDFE3CB) is known color: Frost. HEX triplet: DF, E3 and CB. RGB value is (223,227,203). Sum of RGB (Red+Green+Blue) = 223+227+203=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3CB is #201C34. Grayscale: #DFDFDF. Windows color (decimal): -2104373 or 13362143. OLE color: 13362143.
HSL color Cylindrical-coordinate representation of color #DFE3CB: hue angle of 70º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFE3CB is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 203 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.11 |
| HSL | 70º | 0.3% | 0.84% | - |
| HSV(B) | 70º | 0.11% | 0.89% | - |
| XYZ | 68.68 | 74.94 | 67.34 | - |
| YUV | 223.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 203 | 0.02 | 0 | 0.11 | 0.11 | 70 | 0.3 | 0.84 |
| Hex | DF | E3 | CB | 2 | 0 | B | B | 46 | 1E | 54 |
| Octal | 337 | 343 | 313 | 2 | 0 | 13 | 13 | 106 | 36 | 124 |
| Binary | 11011111 | 11100011 | 11001011 | 10 | 0 | 1011 | 1011 | 1000110 | 11110 | 1010100 |
Color Harmonies of #DFE3CB
Complementary color
Monochromatic Colors of #DFE3CB
Black with #DFE3CB
Text Example
Text Example
White with #DFE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3CB; }
p { color: rgb(223,227,203); }
H1.HeaderClassName
{
color: #DFE3CB;
}
.AnyTagClassName
{
color: #DFE3CB;
}
</style>
background-color css
<style>
a { background-color: #DFE3CB; }
a { background-color: rgb(223,227,203); }
div.DivClassName
{
background-color: #DFE3CB;
}
.BgClassName
{
background-color: #DFE3CB;
}
</style>
border-color css
<style>
span { border-color: #DFE3CB; }
span { border-color: rgb(223,227,203); }
td.TdClassName
{
border-color: #DFE3CB;
}
.TagClassName
{
border-color: #DFE3CB;
}
</style>