Shades of Frosted Mint #DFF0E0
Tints of Frosted Mint #DFF0E0
RGB
CMYK
RGB Variations
Color information
#DFF0E0 (or 0xDFF0E0) is known color: Frosted Mint. HEX triplet: DF, F0 and E0. RGB value is (223,240,224). Sum of RGB (Red+Green+Blue) = 223+240+224=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 224 (87.89% from 255 or 32.61% from 687); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF0E0 is #200F1F. Grayscale: #E9E9E9. Windows color (decimal): -2101024 or 14741727. OLE color: 14741727.
HSL color Cylindrical-coordinate representation of color #DFF0E0: hue angle of 123.53º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFF0E0 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 224 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.06 |
| HSL | 123.53º | 0.36% | 0.91% | - |
| HSV(B) | 123.53º | 0.07% | 0.94% | - |
| XYZ | 75.05 | 83.39 | 82.66 | - |
| YUV | 233.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 224 | 0.07 | 0 | 0.07 | 0.06 | 123.53 | 0.36 | 0.91 |
| Hex | DF | F0 | E0 | 7 | 0 | 7 | 6 | 7C | 24 | 5B |
| Octal | 337 | 360 | 340 | 7 | 0 | 7 | 6 | 174 | 44 | 133 |
| Binary | 11011111 | 11110000 | 11100000 | 111 | 0 | 111 | 110 | 1111100 | 100100 | 1011011 |
Color Harmonies of #DFF0E0
Complementary color
Monochromatic Colors of #DFF0E0
Black with #DFF0E0
Text Example
Text Example
White with #DFF0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0E0; }
p { color: rgb(223,240,224); }
H1.HeaderClassName
{
color: #DFF0E0;
}
.AnyTagClassName
{
color: #DFF0E0;
}
</style>
background-color css
<style>
a { background-color: #DFF0E0; }
a { background-color: rgb(223,240,224); }
div.DivClassName
{
background-color: #DFF0E0;
}
.BgClassName
{
background-color: #DFF0E0;
}
</style>
border-color css
<style>
span { border-color: #DFF0E0; }
span { border-color: rgb(223,240,224); }
td.TdClassName
{
border-color: #DFF0E0;
}
.TagClassName
{
border-color: #DFF0E0;
}
</style>