Shades of Frost #DFEABA
Tints of Frost #DFEABA
RGB
CMYK
RGB Variations
Color information
#DFEABA (or 0xDFEABA) is known color: Frost. HEX triplet: DF, EA and BA. RGB value is (223,234,186). Sum of RGB (Red+Green+Blue) = 223+234+186=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEABA is #201545. Grayscale: #E1E1E1. Windows color (decimal): -2102598 or 12249823. OLE color: 12249823.
HSL color Cylindrical-coordinate representation of color #DFEABA: hue angle of 73.75º degrees, saturation: 0.53, 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 #DFEABA is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 186 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.08 |
| HSL | 73.75º | 0.53% | 0.82% | - |
| HSV(B) | 73.75º | 0.21% | 0.92% | - |
| XYZ | 68.72 | 78.08 | 57.9 | - |
| YUV | 225.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 186 | 0.05 | 0 | 0.21 | 0.08 | 73.75 | 0.53 | 0.82 |
| Hex | DF | EA | BA | 5 | 0 | 15 | 8 | 4A | 35 | 52 |
| Octal | 337 | 352 | 272 | 5 | 0 | 25 | 10 | 112 | 65 | 122 |
| Binary | 11011111 | 11101010 | 10111010 | 101 | 0 | 10101 | 1000 | 1001010 | 110101 | 1010010 |
Color Harmonies of #DFEABA
Complementary color
Monochromatic Colors of #DFEABA
Black with #DFEABA
Text Example
Text Example
White with #DFEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEABA; }
p { color: rgb(223,234,186); }
H1.HeaderClassName
{
color: #DFEABA;
}
.AnyTagClassName
{
color: #DFEABA;
}
</style>
background-color css
<style>
a { background-color: #DFEABA; }
a { background-color: rgb(223,234,186); }
div.DivClassName
{
background-color: #DFEABA;
}
.BgClassName
{
background-color: #DFEABA;
}
</style>
border-color css
<style>
span { border-color: #DFEABA; }
span { border-color: rgb(223,234,186); }
td.TdClassName
{
border-color: #DFEABA;
}
.TagClassName
{
border-color: #DFEABA;
}
</style>