Shades of Frost #DFEBBA
Tints of Frost #DFEBBA
RGB
CMYK
RGB Variations
Color information
#DFEBBA (or 0xDFEBBA) is known color: Frost. HEX triplet: DF, EB and BA. RGB value is (223,235,186). Sum of RGB (Red+Green+Blue) = 223+235+186=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBBA is #201445. Grayscale: #E2E2E2. Windows color (decimal): -2102342 or 12250079. OLE color: 12250079.
HSL color Cylindrical-coordinate representation of color #DFEBBA: hue angle of 74.69º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFEBBA is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 186 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.08 |
| HSL | 74.69º | 0.55% | 0.83% | - |
| HSV(B) | 74.69º | 0.21% | 0.92% | - |
| XYZ | 69 | 78.65 | 58 | - |
| YUV | 225.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 186 | 0.05 | 0 | 0.21 | 0.08 | 74.69 | 0.55 | 0.83 |
| Hex | DF | EB | BA | 5 | 0 | 15 | 8 | 4B | 37 | 53 |
| Octal | 337 | 353 | 272 | 5 | 0 | 25 | 10 | 113 | 67 | 123 |
| Binary | 11011111 | 11101011 | 10111010 | 101 | 0 | 10101 | 1000 | 1001011 | 110111 | 1010011 |
Color Harmonies of #DFEBBA
Complementary color
Monochromatic Colors of #DFEBBA
Black with #DFEBBA
Text Example
Text Example
White with #DFEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBBA; }
p { color: rgb(223,235,186); }
H1.HeaderClassName
{
color: #DFEBBA;
}
.AnyTagClassName
{
color: #DFEBBA;
}
</style>
background-color css
<style>
a { background-color: #DFEBBA; }
a { background-color: rgb(223,235,186); }
div.DivClassName
{
background-color: #DFEBBA;
}
.BgClassName
{
background-color: #DFEBBA;
}
</style>
border-color css
<style>
span { border-color: #DFEBBA; }
span { border-color: rgb(223,235,186); }
td.TdClassName
{
border-color: #DFEBBA;
}
.TagClassName
{
border-color: #DFEBBA;
}
</style>