Shades of Frost #DFEABF
Tints of Frost #DFEABF
RGB
CMYK
RGB Variations
Color information
#DFEABF (or 0xDFEABF) is known color: Frost. HEX triplet: DF, EA and BF. RGB value is (223,234,191). Sum of RGB (Red+Green+Blue) = 223+234+191=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEABF is #201540. Grayscale: #E1E1E1. Windows color (decimal): -2102593 or 12577503. OLE color: 12577503.
HSL color Cylindrical-coordinate representation of color #DFEABF: hue angle of 75.35º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFEABF is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 191 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.08 |
| HSL | 75.35º | 0.51% | 0.83% | - |
| HSV(B) | 75.35º | 0.18% | 0.92% | - |
| XYZ | 69.26 | 78.3 | 60.75 | - |
| YUV | 225.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 191 | 0.05 | 0 | 0.18 | 0.08 | 75.35 | 0.51 | 0.83 |
| Hex | DF | EA | BF | 5 | 0 | 12 | 8 | 4B | 33 | 53 |
| Octal | 337 | 352 | 277 | 5 | 0 | 22 | 10 | 113 | 63 | 123 |
| Binary | 11011111 | 11101010 | 10111111 | 101 | 0 | 10010 | 1000 | 1001011 | 110011 | 1010011 |
Color Harmonies of #DFEABF
Complementary color
Monochromatic Colors of #DFEABF
Black with #DFEABF
Text Example
Text Example
White with #DFEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEABF; }
p { color: rgb(223,234,191); }
H1.HeaderClassName
{
color: #DFEABF;
}
.AnyTagClassName
{
color: #DFEABF;
}
</style>
background-color css
<style>
a { background-color: #DFEABF; }
a { background-color: rgb(223,234,191); }
div.DivClassName
{
background-color: #DFEABF;
}
.BgClassName
{
background-color: #DFEABF;
}
</style>
border-color css
<style>
span { border-color: #DFEABF; }
span { border-color: rgb(223,234,191); }
td.TdClassName
{
border-color: #DFEABF;
}
.TagClassName
{
border-color: #DFEABF;
}
</style>