Shades of Frosted Mint #DEFEE1
Tints of Frosted Mint #DEFEE1
RGB
CMYK
RGB Variations
Color information
#DEFEE1 (or 0xDEFEE1) is known color: Frosted Mint. HEX triplet: DE, FE and E1. RGB value is (222,254,225). Sum of RGB (Red+Green+Blue) = 222+254+225=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 225 (88.28% from 255 or 32.10% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEE1 is #21011E. Grayscale: #F1F1F1. Windows color (decimal): -2162975 or 14810846. OLE color: 14810846.
HSL color Cylindrical-coordinate representation of color #DEFEE1: hue angle of 125.62º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFEE1 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 225 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.00 |
| HSL | 125.63º | 0.94% | 0.93% | - |
| HSV(B) | 125.63º | 0.13% | 1% | - |
| XYZ | 79.16 | 91.85 | 84.79 | - |
| YUV | 241.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 225 | 0.13 | 0 | 0.11 | 0.00 | 125.63 | 0.94 | 0.93 |
| Hex | DE | FE | E1 | D | 0 | B | 0 | 7E | 5E | 5D |
| Octal | 336 | 376 | 341 | 15 | 0 | 13 | 0 | 176 | 136 | 135 |
| Binary | 11011110 | 11111110 | 11100001 | 1101 | 0 | 1011 | 0 | 1111110 | 1011110 | 1011101 |
Color Harmonies of #DEFEE1
Complementary color
Monochromatic Colors of #DEFEE1
Black with #DEFEE1
Text Example
Text Example
White with #DEFEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEE1; }
p { color: rgb(222,254,225); }
H1.HeaderClassName
{
color: #DEFEE1;
}
.AnyTagClassName
{
color: #DEFEE1;
}
</style>
background-color css
<style>
a { background-color: #DEFEE1; }
a { background-color: rgb(222,254,225); }
div.DivClassName
{
background-color: #DEFEE1;
}
.BgClassName
{
background-color: #DEFEE1;
}
</style>
border-color css
<style>
span { border-color: #DEFEE1; }
span { border-color: rgb(222,254,225); }
td.TdClassName
{
border-color: #DEFEE1;
}
.TagClassName
{
border-color: #DEFEE1;
}
</style>