Shades of Frosted Mint #DFFDE2
Tints of Frosted Mint #DFFDE2
RGB
CMYK
RGB Variations
Color information
#DFFDE2 (or 0xDFFDE2) is known color: Frosted Mint. HEX triplet: DF, FD and E2. RGB value is (223,253,226). Sum of RGB (Red+Green+Blue) = 223+253+226=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 226 (88.67% from 255 or 32.19% from 702); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDE2 is #20021D. Grayscale: #F1F1F1. Windows color (decimal): -2097694 or 14876127. OLE color: 14876127.
HSL color Cylindrical-coordinate representation of color #DFFDE2: hue angle of 126º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFDE2 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 253 | 226 | - |
CMYK | 0.12 | 0 | 0.11 | 0.01 |
HSL | 126º | 0.88% | 0.93% | - |
HSV(B) | 126º | 0.12% | 0.99% | - |
XYZ | 79.28 | 91.43 | 85.42 | - |
YUV | 240.95 | 119.56 | 115.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 253 | 226 | 0.12 | 0 | 0.11 | 0.01 | 126 | 0.88 | 0.93 |
Hex | DF | FD | E2 | C | 0 | B | 1 | 7E | 58 | 5D |
Octal | 337 | 375 | 342 | 14 | 0 | 13 | 1 | 176 | 130 | 135 |
Binary | 11011111 | 11111101 | 11100010 | 1100 | 0 | 1011 | 1 | 1111110 | 1011000 | 1011101 |
Color Harmonies of #DFFDE2
Complementary color
Monochromatic Colors of #DFFDE2
Black with #DFFDE2
Text Example
Text Example
White with #DFFDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDE2; }
p { color: rgb(223,253,226); }
H1.HeaderClassName
{
color: #DFFDE2;
}
.AnyTagClassName
{
color: #DFFDE2;
}
</style>
background-color css
<style>
a { background-color: #DFFDE2; }
a { background-color: rgb(223,253,226); }
div.DivClassName
{
background-color: #DFFDE2;
}
.BgClassName
{
background-color: #DFFDE2;
}
</style>
border-color css
<style>
span { border-color: #DFFDE2; }
span { border-color: rgb(223,253,226); }
td.TdClassName
{
border-color: #DFFDE2;
}
.TagClassName
{
border-color: #DFFDE2;
}
</style>