Shades of Frost #DFEABE
Tints of Frost #DFEABE
RGB
CMYK
RGB Variations
Color information
#DFEABE (or 0xDFEABE) is known color: Frost. HEX triplet: DF, EA and BE. RGB value is (223,234,190). Sum of RGB (Red+Green+Blue) = 223+234+190=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEABE is #201541. Grayscale: #E1E1E1. Windows color (decimal): -2102594 or 12511967. OLE color: 12511967.
HSL color Cylindrical-coordinate representation of color #DFEABE: hue angle of 75º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFEABE is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 190 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.08 |
| HSL | 75º | 0.51% | 0.83% | - |
| HSV(B) | 75º | 0.19% | 0.92% | - |
| XYZ | 69.15 | 78.25 | 60.17 | - |
| YUV | 225.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 190 | 0.05 | 0 | 0.19 | 0.08 | 75 | 0.51 | 0.83 |
| Hex | DF | EA | BE | 5 | 0 | 13 | 8 | 4B | 33 | 53 |
| Octal | 337 | 352 | 276 | 5 | 0 | 23 | 10 | 113 | 63 | 123 |
| Binary | 11011111 | 11101010 | 10111110 | 101 | 0 | 10011 | 1000 | 1001011 | 110011 | 1010011 |
Color Harmonies of #DFEABE
Complementary color
Monochromatic Colors of #DFEABE
Black with #DFEABE
Text Example
Text Example
White with #DFEABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEABE; }
p { color: rgb(223,234,190); }
H1.HeaderClassName
{
color: #DFEABE;
}
.AnyTagClassName
{
color: #DFEABE;
}
</style>
background-color css
<style>
a { background-color: #DFEABE; }
a { background-color: rgb(223,234,190); }
div.DivClassName
{
background-color: #DFEABE;
}
.BgClassName
{
background-color: #DFEABE;
}
</style>
border-color css
<style>
span { border-color: #DFEABE; }
span { border-color: rgb(223,234,190); }
td.TdClassName
{
border-color: #DFEABE;
}
.TagClassName
{
border-color: #DFEABE;
}
</style>