Shades of Frosted Mint #DEFFE1
Tints of Frosted Mint #DEFFE1
RGB
CMYK
RGB Variations
Color information
#DEFFE1 (or 0xDEFFE1) is known color: Frosted Mint. HEX triplet: DE, FF and E1. RGB value is (222,255,225). Sum of RGB (Red+Green+Blue) = 222+255+225=702 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.62% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 225 (88.28% from 255 or 32.05% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFE1 is #21001E. Grayscale: #F1F1F1. Windows color (decimal): -2162719 or 14811102. OLE color: 14811102.
HSL color Cylindrical-coordinate representation of color #DEFFE1: hue angle of 125.45º 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 #DEFFE1 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 225 | - |
| CMYK | 0.13 | 0 | 0.12 | 0 |
| HSL | 125.45º | 1% | 0.94% | - |
| HSV(B) | 125.45º | 0.13% | 1% | - |
| XYZ | 79.47 | 92.49 | 84.9 | - |
| YUV | 241.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 225 | 0.13 | 0 | 0.12 | 0 | 125.45 | 1 | 0.94 |
| Hex | DE | FF | E1 | D | 0 | C | 0 | 7D | 64 | 5E |
| Octal | 336 | 377 | 341 | 15 | 0 | 14 | 0 | 175 | 144 | 136 |
| Binary | 11011110 | 11111111 | 11100001 | 1101 | 0 | 1100 | 0 | 1111101 | 1100100 | 1011110 |
Color Harmonies of #DEFFE1
Complementary color
Monochromatic Colors of #DEFFE1
Black with #DEFFE1
Text Example
Text Example
White with #DEFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFE1; }
p { color: rgb(222,255,225); }
H1.HeaderClassName
{
color: #DEFFE1;
}
.AnyTagClassName
{
color: #DEFFE1;
}
</style>
background-color css
<style>
a { background-color: #DEFFE1; }
a { background-color: rgb(222,255,225); }
div.DivClassName
{
background-color: #DEFFE1;
}
.BgClassName
{
background-color: #DEFFE1;
}
</style>
border-color css
<style>
span { border-color: #DEFFE1; }
span { border-color: rgb(222,255,225); }
td.TdClassName
{
border-color: #DEFFE1;
}
.TagClassName
{
border-color: #DEFFE1;
}
</style>