Shades of Frostee #DFEBD6
Tints of Frostee #DFEBD6
RGB
CMYK
RGB Variations
Color information
#DFEBD6 (or 0xDFEBD6) is known color: Frostee. HEX triplet: DF, EB and D6. RGB value is (223,235,214). Sum of RGB (Red+Green+Blue) = 223+235+214=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBD6 is #201429. Grayscale: #E5E5E5. Windows color (decimal): -2102314 or 14085087. OLE color: 14085087.
HSL color Cylindrical-coordinate representation of color #DFEBD6: hue angle of 94.29º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFEBD6 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 214 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.08 |
| HSL | 94.29º | 0.34% | 0.88% | - |
| HSV(B) | 94.29º | 0.09% | 0.92% | - |
| XYZ | 72.28 | 79.96 | 75.24 | - |
| YUV | 229.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 214 | 0.05 | 0 | 0.09 | 0.08 | 94.29 | 0.34 | 0.88 |
| Hex | DF | EB | D6 | 5 | 0 | 9 | 8 | 5E | 22 | 58 |
| Octal | 337 | 353 | 326 | 5 | 0 | 11 | 10 | 136 | 42 | 130 |
| Binary | 11011111 | 11101011 | 11010110 | 101 | 0 | 1001 | 1000 | 1011110 | 100010 | 1011000 |
Color Harmonies of #DFEBD6
Complementary color
Monochromatic Colors of #DFEBD6
Black with #DFEBD6
Text Example
Text Example
White with #DFEBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBD6; }
p { color: rgb(223,235,214); }
H1.HeaderClassName
{
color: #DFEBD6;
}
.AnyTagClassName
{
color: #DFEBD6;
}
</style>
background-color css
<style>
a { background-color: #DFEBD6; }
a { background-color: rgb(223,235,214); }
div.DivClassName
{
background-color: #DFEBD6;
}
.BgClassName
{
background-color: #DFEBD6;
}
</style>
border-color css
<style>
span { border-color: #DFEBD6; }
span { border-color: rgb(223,235,214); }
td.TdClassName
{
border-color: #DFEBD6;
}
.TagClassName
{
border-color: #DFEBD6;
}
</style>