Shades of Frosted Mint #DFFFE3
Tints of Frosted Mint #DFFFE3
RGB
CMYK
RGB Variations
Color information
#DFFFE3 (or 0xDFFFE3) is known color: Frosted Mint. HEX triplet: DF, FF and E3. RGB value is (223,255,227). Sum of RGB (Red+Green+Blue) = 223+255+227=705 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.63% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 227 (89.06% from 255 or 32.20% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFFE3 is #20001C. Grayscale: #F2F2F2. Windows color (decimal): -2097181 or 14942175. OLE color: 14942175.
HSL color Cylindrical-coordinate representation of color #DFFFE3: hue angle of 127.5º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFFFE3 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 227 | - |
| CMYK | 0.13 | 0 | 0.11 | 0 |
| HSL | 127.5º | 1% | 0.94% | - |
| HSV(B) | 127.5º | 0.13% | 1% | - |
| XYZ | 80.06 | 92.75 | 86.36 | - |
| YUV | 242.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 227 | 0.13 | 0 | 0.11 | 0 | 127.5 | 1 | 0.94 |
| Hex | DF | FF | E3 | D | 0 | B | 0 | 80 | 64 | 5E |
| Octal | 337 | 377 | 343 | 15 | 0 | 13 | 0 | 200 | 144 | 136 |
| Binary | 11011111 | 11111111 | 11100011 | 1101 | 0 | 1011 | 0 | 10000000 | 1100100 | 1011110 |
Color Harmonies of #DFFFE3
Complementary color
Monochromatic Colors of #DFFFE3
Black with #DFFFE3
Text Example
Text Example
White with #DFFFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFE3; }
p { color: rgb(223,255,227); }
H1.HeaderClassName
{
color: #DFFFE3;
}
.AnyTagClassName
{
color: #DFFFE3;
}
</style>
background-color css
<style>
a { background-color: #DFFFE3; }
a { background-color: rgb(223,255,227); }
div.DivClassName
{
background-color: #DFFFE3;
}
.BgClassName
{
background-color: #DFFFE3;
}
</style>
border-color css
<style>
span { border-color: #DFFFE3; }
span { border-color: rgb(223,255,227); }
td.TdClassName
{
border-color: #DFFFE3;
}
.TagClassName
{
border-color: #DFFFE3;
}
</style>