Shades of Frosted Mint #DFF2E1
Tints of Frosted Mint #DFF2E1
RGB
CMYK
RGB Variations
Color information
#DFF2E1 (or 0xDFF2E1) is known color: Frosted Mint. HEX triplet: DF, F2 and E1. RGB value is (223,242,225). Sum of RGB (Red+Green+Blue) = 223+242+225=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 225 (88.28% from 255 or 32.61% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2E1 is #200D1E. Grayscale: #EAEAEA. Windows color (decimal): -2100511 or 14807775. OLE color: 14807775.
HSL color Cylindrical-coordinate representation of color #DFF2E1: hue angle of 126.32º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF2E1 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 225 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.05 |
| HSL | 126.32º | 0.42% | 0.91% | - |
| HSV(B) | 126.32º | 0.08% | 0.95% | - |
| XYZ | 75.77 | 84.63 | 83.58 | - |
| YUV | 234.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 225 | 0.08 | 0 | 0.07 | 0.05 | 126.32 | 0.42 | 0.91 |
| Hex | DF | F2 | E1 | 8 | 0 | 7 | 5 | 7E | 2A | 5B |
| Octal | 337 | 362 | 341 | 10 | 0 | 7 | 5 | 176 | 52 | 133 |
| Binary | 11011111 | 11110010 | 11100001 | 1000 | 0 | 111 | 101 | 1111110 | 101010 | 1011011 |
Color Harmonies of #DFF2E1
Complementary color
Monochromatic Colors of #DFF2E1
Black with #DFF2E1
Text Example
Text Example
White with #DFF2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2E1; }
p { color: rgb(223,242,225); }
H1.HeaderClassName
{
color: #DFF2E1;
}
.AnyTagClassName
{
color: #DFF2E1;
}
</style>
background-color css
<style>
a { background-color: #DFF2E1; }
a { background-color: rgb(223,242,225); }
div.DivClassName
{
background-color: #DFF2E1;
}
.BgClassName
{
background-color: #DFF2E1;
}
</style>
border-color css
<style>
span { border-color: #DFF2E1; }
span { border-color: rgb(223,242,225); }
td.TdClassName
{
border-color: #DFF2E1;
}
.TagClassName
{
border-color: #DFF2E1;
}
</style>