Shades of Frost #DFE2CB
Tints of Frost #DFE2CB
RGB
CMYK
RGB Variations
Color information
#DFE2CB (or 0xDFE2CB) is known color: Frost. HEX triplet: DF, E2 and CB. RGB value is (223,226,203). Sum of RGB (Red+Green+Blue) = 223+226+203=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2CB is #201D34. Grayscale: #DEDEDE. Windows color (decimal): -2104629 or 13361887. OLE color: 13361887.
HSL color Cylindrical-coordinate representation of color #DFE2CB: hue angle of 67.83º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFE2CB is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 203 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.11 |
| HSL | 67.83º | 0.28% | 0.84% | - |
| HSV(B) | 67.83º | 0.1% | 0.89% | - |
| XYZ | 68.41 | 74.39 | 67.25 | - |
| YUV | 222.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 203 | 0.01 | 0 | 0.10 | 0.11 | 67.83 | 0.28 | 0.84 |
| Hex | DF | E2 | CB | 1 | 0 | A | B | 44 | 1C | 54 |
| Octal | 337 | 342 | 313 | 1 | 0 | 12 | 13 | 104 | 34 | 124 |
| Binary | 11011111 | 11100010 | 11001011 | 1 | 0 | 1010 | 1011 | 1000100 | 11100 | 1010100 |
Color Harmonies of #DFE2CB
Complementary color
Monochromatic Colors of #DFE2CB
Black with #DFE2CB
Text Example
Text Example
White with #DFE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2CB; }
p { color: rgb(223,226,203); }
H1.HeaderClassName
{
color: #DFE2CB;
}
.AnyTagClassName
{
color: #DFE2CB;
}
</style>
background-color css
<style>
a { background-color: #DFE2CB; }
a { background-color: rgb(223,226,203); }
div.DivClassName
{
background-color: #DFE2CB;
}
.BgClassName
{
background-color: #DFE2CB;
}
</style>
border-color css
<style>
span { border-color: #DFE2CB; }
span { border-color: rgb(223,226,203); }
td.TdClassName
{
border-color: #DFE2CB;
}
.TagClassName
{
border-color: #DFE2CB;
}
</style>