Shades of Frosted Mint #DEFAE1
Tints of Frosted Mint #DEFAE1
RGB
CMYK
RGB Variations
Color information
#DEFAE1 (or 0xDEFAE1) is known color: Frosted Mint. HEX triplet: DE, FA and E1. RGB value is (222,250,225). Sum of RGB (Red+Green+Blue) = 222+250+225=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 225 (88.28% from 255 or 32.28% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAE1 is #21051E. Grayscale: #EEEEEE. Windows color (decimal): -2163999 or 14809822. OLE color: 14809822.
HSL color Cylindrical-coordinate representation of color #DEFAE1: hue angle of 126.43º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEFAE1 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 225 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.02 |
| HSL | 126.43º | 0.74% | 0.93% | - |
| HSV(B) | 126.43º | 0.11% | 0.98% | - |
| XYZ | 77.9 | 89.34 | 84.37 | - |
| YUV | 238.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 225 | 0.11 | 0 | 0.10 | 0.02 | 126.43 | 0.74 | 0.93 |
| Hex | DE | FA | E1 | B | 0 | A | 2 | 7E | 4A | 5D |
| Octal | 336 | 372 | 341 | 13 | 0 | 12 | 2 | 176 | 112 | 135 |
| Binary | 11011110 | 11111010 | 11100001 | 1011 | 0 | 1010 | 10 | 1111110 | 1001010 | 1011101 |
Color Harmonies of #DEFAE1
Complementary color
Monochromatic Colors of #DEFAE1
Black with #DEFAE1
Text Example
Text Example
White with #DEFAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAE1; }
p { color: rgb(222,250,225); }
H1.HeaderClassName
{
color: #DEFAE1;
}
.AnyTagClassName
{
color: #DEFAE1;
}
</style>
background-color css
<style>
a { background-color: #DEFAE1; }
a { background-color: rgb(222,250,225); }
div.DivClassName
{
background-color: #DEFAE1;
}
.BgClassName
{
background-color: #DEFAE1;
}
</style>
border-color css
<style>
span { border-color: #DEFAE1; }
span { border-color: rgb(222,250,225); }
td.TdClassName
{
border-color: #DEFAE1;
}
.TagClassName
{
border-color: #DEFAE1;
}
</style>