Shades of Frosted Mint #DFFAE1
Tints of Frosted Mint #DFFAE1
RGB
CMYK
RGB Variations
Color information
#DFFAE1 (or 0xDFFAE1) is known color: Frosted Mint. HEX triplet: DF, FA and E1. RGB value is (223,250,225). Sum of RGB (Red+Green+Blue) = 223+250+225=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 225 (88.28% from 255 or 32.23% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFAE1 is #20051E. Grayscale: #EFEFEF. Windows color (decimal): -2098463 or 14809823. OLE color: 14809823.
HSL color Cylindrical-coordinate representation of color #DFFAE1: hue angle of 124.44º 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 #DFFAE1 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 225 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.02 |
| HSL | 124.44º | 0.73% | 0.93% | - |
| HSV(B) | 124.44º | 0.11% | 0.98% | - |
| XYZ | 78.21 | 89.5 | 84.39 | - |
| YUV | 239.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 225 | 0.11 | 0 | 0.10 | 0.02 | 124.44 | 0.73 | 0.93 |
| Hex | DF | FA | E1 | B | 0 | A | 2 | 7C | 49 | 5D |
| Octal | 337 | 372 | 341 | 13 | 0 | 12 | 2 | 174 | 111 | 135 |
| Binary | 11011111 | 11111010 | 11100001 | 1011 | 0 | 1010 | 10 | 1111100 | 1001001 | 1011101 |
Color Harmonies of #DFFAE1
Complementary color
Monochromatic Colors of #DFFAE1
Black with #DFFAE1
Text Example
Text Example
White with #DFFAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFAE1; }
p { color: rgb(223,250,225); }
H1.HeaderClassName
{
color: #DFFAE1;
}
.AnyTagClassName
{
color: #DFFAE1;
}
</style>
background-color css
<style>
a { background-color: #DFFAE1; }
a { background-color: rgb(223,250,225); }
div.DivClassName
{
background-color: #DFFAE1;
}
.BgClassName
{
background-color: #DFFAE1;
}
</style>
border-color css
<style>
span { border-color: #DFFAE1; }
span { border-color: rgb(223,250,225); }
td.TdClassName
{
border-color: #DFFAE1;
}
.TagClassName
{
border-color: #DFFAE1;
}
</style>