Shades of Frost #DFEAB9
Tints of Frost #DFEAB9
RGB
CMYK
RGB Variations
Color information
#DFEAB9 (or 0xDFEAB9) is known color: Frost. HEX triplet: DF, EA and B9. RGB value is (223,234,185). Sum of RGB (Red+Green+Blue) = 223+234+185=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 185 (72.66% from 255 or 28.82% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEAB9 is #201546. Grayscale: #E1E1E1. Windows color (decimal): -2102599 or 12184287. OLE color: 12184287.
HSL color Cylindrical-coordinate representation of color #DFEAB9: hue angle of 73.47º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFEAB9 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 185 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.08 |
| HSL | 73.47º | 0.54% | 0.82% | - |
| HSV(B) | 73.47º | 0.21% | 0.92% | - |
| XYZ | 68.61 | 78.04 | 57.35 | - |
| YUV | 225.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 185 | 0.05 | 0 | 0.21 | 0.08 | 73.47 | 0.54 | 0.82 |
| Hex | DF | EA | B9 | 5 | 0 | 15 | 8 | 49 | 36 | 52 |
| Octal | 337 | 352 | 271 | 5 | 0 | 25 | 10 | 111 | 66 | 122 |
| Binary | 11011111 | 11101010 | 10111001 | 101 | 0 | 10101 | 1000 | 1001001 | 110110 | 1010010 |
Color Harmonies of #DFEAB9
Complementary color
Monochromatic Colors of #DFEAB9
Black with #DFEAB9
Text Example
Text Example
White with #DFEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAB9; }
p { color: rgb(223,234,185); }
H1.HeaderClassName
{
color: #DFEAB9;
}
.AnyTagClassName
{
color: #DFEAB9;
}
</style>
background-color css
<style>
a { background-color: #DFEAB9; }
a { background-color: rgb(223,234,185); }
div.DivClassName
{
background-color: #DFEAB9;
}
.BgClassName
{
background-color: #DFEAB9;
}
</style>
border-color css
<style>
span { border-color: #DFEAB9; }
span { border-color: rgb(223,234,185); }
td.TdClassName
{
border-color: #DFEAB9;
}
.TagClassName
{
border-color: #DFEAB9;
}
</style>