Shades of Frost #DFECBA
Tints of Frost #DFECBA
RGB
CMYK
RGB Variations
Color information
#DFECBA (or 0xDFECBA) is known color: Frost. HEX triplet: DF, EC and BA. RGB value is (223,236,186). Sum of RGB (Red+Green+Blue) = 223+236+186=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECBA is #201345. Grayscale: #E2E2E2. Windows color (decimal): -2102086 or 12250335. OLE color: 12250335.
HSL color Cylindrical-coordinate representation of color #DFECBA: hue angle of 75.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFECBA is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 186 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.07 |
| HSL | 75.6º | 0.57% | 0.83% | - |
| HSV(B) | 75.6º | 0.21% | 0.93% | - |
| XYZ | 69.29 | 79.22 | 58.09 | - |
| YUV | 226.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 186 | 0.06 | 0 | 0.21 | 0.07 | 75.6 | 0.57 | 0.83 |
| Hex | DF | EC | BA | 6 | 0 | 15 | 7 | 4C | 39 | 53 |
| Octal | 337 | 354 | 272 | 6 | 0 | 25 | 7 | 114 | 71 | 123 |
| Binary | 11011111 | 11101100 | 10111010 | 110 | 0 | 10101 | 111 | 1001100 | 111001 | 1010011 |
Color Harmonies of #DFECBA
Complementary color
Monochromatic Colors of #DFECBA
Black with #DFECBA
Text Example
Text Example
White with #DFECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECBA; }
p { color: rgb(223,236,186); }
H1.HeaderClassName
{
color: #DFECBA;
}
.AnyTagClassName
{
color: #DFECBA;
}
</style>
background-color css
<style>
a { background-color: #DFECBA; }
a { background-color: rgb(223,236,186); }
div.DivClassName
{
background-color: #DFECBA;
}
.BgClassName
{
background-color: #DFECBA;
}
</style>
border-color css
<style>
span { border-color: #DFECBA; }
span { border-color: rgb(223,236,186); }
td.TdClassName
{
border-color: #DFECBA;
}
.TagClassName
{
border-color: #DFECBA;
}
</style>