Shades of Frosted Mint #DFFAE0
Tints of Frosted Mint #DFFAE0
RGB
CMYK
RGB Variations
Color information
#DFFAE0 (or 0xDFFAE0) is known color: Frosted Mint. HEX triplet: DF, FA and E0. RGB value is (223,250,224). Sum of RGB (Red+Green+Blue) = 223+250+224=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFAE0 is #20051F. Grayscale: #EFEFEF. Windows color (decimal): -2098464 or 14744287. OLE color: 14744287.
HSL color Cylindrical-coordinate representation of color #DFFAE0: hue angle of 122.22º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFFAE0 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 224 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.02 |
| HSL | 122.22º | 0.73% | 0.93% | - |
| HSV(B) | 122.22º | 0.11% | 0.98% | - |
| XYZ | 78.07 | 89.44 | 83.67 | - |
| YUV | 238.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 224 | 0.11 | 0 | 0.10 | 0.02 | 122.22 | 0.73 | 0.93 |
| Hex | DF | FA | E0 | B | 0 | A | 2 | 7A | 49 | 5D |
| Octal | 337 | 372 | 340 | 13 | 0 | 12 | 2 | 172 | 111 | 135 |
| Binary | 11011111 | 11111010 | 11100000 | 1011 | 0 | 1010 | 10 | 1111010 | 1001001 | 1011101 |
Color Harmonies of #DFFAE0
Complementary color
Monochromatic Colors of #DFFAE0
Black with #DFFAE0
Text Example
Text Example
White with #DFFAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFAE0; }
p { color: rgb(223,250,224); }
H1.HeaderClassName
{
color: #DFFAE0;
}
.AnyTagClassName
{
color: #DFFAE0;
}
</style>
background-color css
<style>
a { background-color: #DFFAE0; }
a { background-color: rgb(223,250,224); }
div.DivClassName
{
background-color: #DFFAE0;
}
.BgClassName
{
background-color: #DFFAE0;
}
</style>
border-color css
<style>
span { border-color: #DFFAE0; }
span { border-color: rgb(223,250,224); }
td.TdClassName
{
border-color: #DFFAE0;
}
.TagClassName
{
border-color: #DFFAE0;
}
</style>