Shades of Frosted Mint #DEF7E1
Tints of Frosted Mint #DEF7E1
RGB
CMYK
RGB Variations
Color information
#DEF7E1 (or 0xDEF7E1) is known color: Frosted Mint. HEX triplet: DE, F7 and E1. RGB value is (222,247,225). Sum of RGB (Red+Green+Blue) = 222+247+225=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 247 (96.88% from 255 or 35.59% from 694); Blue value is 225 (88.28% from 255 or 32.42% from 694); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF7E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF7E1 is #21081E. Grayscale: #EDEDED. Windows color (decimal): -2164767 or 14809054. OLE color: 14809054.
HSL color Cylindrical-coordinate representation of color #DEF7E1: hue angle of 127.2º degrees, saturation: 0.61, 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 #DEF7E1 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 247 | 225 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.03 |
| HSL | 127.2º | 0.61% | 0.92% | - |
| HSV(B) | 127.2º | 0.1% | 0.97% | - |
| XYZ | 76.98 | 87.49 | 84.06 | - |
| YUV | 237.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 247 | 225 | 0.10 | 0 | 0.09 | 0.03 | 127.2 | 0.61 | 0.92 |
| Hex | DE | F7 | E1 | A | 0 | 9 | 3 | 7F | 3D | 5C |
| Octal | 336 | 367 | 341 | 12 | 0 | 11 | 3 | 177 | 75 | 134 |
| Binary | 11011110 | 11110111 | 11100001 | 1010 | 0 | 1001 | 11 | 1111111 | 111101 | 1011100 |
Color Harmonies of #DEF7E1
Complementary color
Monochromatic Colors of #DEF7E1
Black with #DEF7E1
Text Example
Text Example
White with #DEF7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF7E1; }
p { color: rgb(222,247,225); }
H1.HeaderClassName
{
color: #DEF7E1;
}
.AnyTagClassName
{
color: #DEF7E1;
}
</style>
background-color css
<style>
a { background-color: #DEF7E1; }
a { background-color: rgb(222,247,225); }
div.DivClassName
{
background-color: #DEF7E1;
}
.BgClassName
{
background-color: #DEF7E1;
}
</style>
border-color css
<style>
span { border-color: #DEF7E1; }
span { border-color: rgb(222,247,225); }
td.TdClassName
{
border-color: #DEF7E1;
}
.TagClassName
{
border-color: #DEF7E1;
}
</style>