Shades of Frosted Mint #DEFBE1
Tints of Frosted Mint #DEFBE1
RGB
CMYK
RGB Variations
Color information
#DEFBE1 (or 0xDEFBE1) is known color: Frosted Mint. HEX triplet: DE, FB and E1. RGB value is (222,251,225). Sum of RGB (Red+Green+Blue) = 222+251+225=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 225 (88.28% from 255 or 32.23% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBE1 is #21041E. Grayscale: #EFEFEF. Windows color (decimal): -2163743 or 14810078. OLE color: 14810078.
HSL color Cylindrical-coordinate representation of color #DEFBE1: hue angle of 126.21º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFBE1 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 225 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.02 |
| HSL | 126.21º | 0.78% | 0.93% | - |
| HSV(B) | 126.21º | 0.12% | 0.98% | - |
| XYZ | 78.21 | 89.96 | 84.48 | - |
| YUV | 239.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 225 | 0.12 | 0 | 0.10 | 0.02 | 126.21 | 0.78 | 0.93 |
| Hex | DE | FB | E1 | C | 0 | A | 2 | 7E | 4E | 5D |
| Octal | 336 | 373 | 341 | 14 | 0 | 12 | 2 | 176 | 116 | 135 |
| Binary | 11011110 | 11111011 | 11100001 | 1100 | 0 | 1010 | 10 | 1111110 | 1001110 | 1011101 |
Color Harmonies of #DEFBE1
Complementary color
Monochromatic Colors of #DEFBE1
Black with #DEFBE1
Text Example
Text Example
White with #DEFBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBE1; }
p { color: rgb(222,251,225); }
H1.HeaderClassName
{
color: #DEFBE1;
}
.AnyTagClassName
{
color: #DEFBE1;
}
</style>
background-color css
<style>
a { background-color: #DEFBE1; }
a { background-color: rgb(222,251,225); }
div.DivClassName
{
background-color: #DEFBE1;
}
.BgClassName
{
background-color: #DEFBE1;
}
</style>
border-color css
<style>
span { border-color: #DEFBE1; }
span { border-color: rgb(222,251,225); }
td.TdClassName
{
border-color: #DEFBE1;
}
.TagClassName
{
border-color: #DEFBE1;
}
</style>