Shades of Frosted Mint #DFFFE1
Tints of Frosted Mint #DFFFE1
RGB
CMYK
RGB Variations
Color information
#DFFFE1 (or 0xDFFFE1) is known color: Frosted Mint. HEX triplet: DF, FF and E1. RGB value is (223,255,225). Sum of RGB (Red+Green+Blue) = 223+255+225=703 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.72% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 225 (88.28% from 255 or 32.01% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFFE1 is #20001E. Grayscale: #F2F2F2. Windows color (decimal): -2097183 or 14811103. OLE color: 14811103.
HSL color Cylindrical-coordinate representation of color #DFFFE1: hue angle of 123.75º 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 #DFFFE1 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 225 | - |
| CMYK | 0.13 | 0 | 0.12 | 0 |
| HSL | 123.75º | 1% | 0.94% | - |
| HSV(B) | 123.75º | 0.13% | 1% | - |
| XYZ | 79.78 | 92.64 | 84.91 | - |
| YUV | 242.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 225 | 0.13 | 0 | 0.12 | 0 | 123.75 | 1 | 0.94 |
| Hex | DF | FF | E1 | D | 0 | C | 0 | 7C | 64 | 5E |
| Octal | 337 | 377 | 341 | 15 | 0 | 14 | 0 | 174 | 144 | 136 |
| Binary | 11011111 | 11111111 | 11100001 | 1101 | 0 | 1100 | 0 | 1111100 | 1100100 | 1011110 |
Color Harmonies of #DFFFE1
Complementary color
Monochromatic Colors of #DFFFE1
Black with #DFFFE1
Text Example
Text Example
White with #DFFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFE1; }
p { color: rgb(223,255,225); }
H1.HeaderClassName
{
color: #DFFFE1;
}
.AnyTagClassName
{
color: #DFFFE1;
}
</style>
background-color css
<style>
a { background-color: #DFFFE1; }
a { background-color: rgb(223,255,225); }
div.DivClassName
{
background-color: #DFFFE1;
}
.BgClassName
{
background-color: #DFFFE1;
}
</style>
border-color css
<style>
span { border-color: #DFFFE1; }
span { border-color: rgb(223,255,225); }
td.TdClassName
{
border-color: #DFFFE1;
}
.TagClassName
{
border-color: #DFFFE1;
}
</style>