Shades of Frosted Mint #DFF8E0
Tints of Frosted Mint #DFF8E0
RGB
CMYK
RGB Variations
Color information
#DFF8E0 (or 0xDFF8E0) is known color: Frosted Mint. HEX triplet: DF, F8 and E0. RGB value is (223,248,224). Sum of RGB (Red+Green+Blue) = 223+248+224=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 248 (97.27% from 255 or 35.68% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF8E0 is #20071F. Grayscale: #EDEDED. Windows color (decimal): -2098976 or 14743775. OLE color: 14743775.
HSL color Cylindrical-coordinate representation of color #DFF8E0: hue angle of 122.4º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFF8E0 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 224 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.03 |
| HSL | 122.4º | 0.64% | 0.92% | - |
| HSV(B) | 122.4º | 0.1% | 0.97% | - |
| XYZ | 77.45 | 88.2 | 83.46 | - |
| YUV | 237.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 224 | 0.10 | 0 | 0.10 | 0.03 | 122.4 | 0.64 | 0.92 |
| Hex | DF | F8 | E0 | A | 0 | A | 3 | 7A | 40 | 5C |
| Octal | 337 | 370 | 340 | 12 | 0 | 12 | 3 | 172 | 100 | 134 |
| Binary | 11011111 | 11111000 | 11100000 | 1010 | 0 | 1010 | 11 | 1111010 | 1000000 | 1011100 |
Color Harmonies of #DFF8E0
Complementary color
Monochromatic Colors of #DFF8E0
Black with #DFF8E0
Text Example
Text Example
White with #DFF8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF8E0; }
p { color: rgb(223,248,224); }
H1.HeaderClassName
{
color: #DFF8E0;
}
.AnyTagClassName
{
color: #DFF8E0;
}
</style>
background-color css
<style>
a { background-color: #DFF8E0; }
a { background-color: rgb(223,248,224); }
div.DivClassName
{
background-color: #DFF8E0;
}
.BgClassName
{
background-color: #DFF8E0;
}
</style>
border-color css
<style>
span { border-color: #DFF8E0; }
span { border-color: rgb(223,248,224); }
td.TdClassName
{
border-color: #DFF8E0;
}
.TagClassName
{
border-color: #DFF8E0;
}
</style>