Shades of Frosted Mint #DDFEE1
Tints of Frosted Mint #DDFEE1
RGB
CMYK
RGB Variations
Color information
#DDFEE1 (or 0xDDFEE1) is known color: Frosted Mint. HEX triplet: DD, FE and E1. RGB value is (221,254,225). Sum of RGB (Red+Green+Blue) = 221+254+225=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 225 (88.28% from 255 or 32.14% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEE1 is #22011E. Grayscale: #F0F0F0. Windows color (decimal): -2228511 or 14810845. OLE color: 14810845.
HSL color Cylindrical-coordinate representation of color #DDFEE1: hue angle of 127.27º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFEE1 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
RGB | 221 | 254 | 225 | - |
CMYK | 0.13 | 0 | 0.11 | 0.00 |
HSL | 127.27º | 0.94% | 0.93% | - |
HSV(B) | 127.27º | 0.13% | 1% | - |
XYZ | 78.85 | 91.69 | 84.78 | - |
YUV | 240.83 | 119.07 | 113.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 254 | 225 | 0.13 | 0 | 0.11 | 0.00 | 127.27 | 0.94 | 0.93 |
Hex | DD | FE | E1 | D | 0 | B | 0 | 7F | 5E | 5D |
Octal | 335 | 376 | 341 | 15 | 0 | 13 | 0 | 177 | 136 | 135 |
Binary | 11011101 | 11111110 | 11100001 | 1101 | 0 | 1011 | 0 | 1111111 | 1011110 | 1011101 |
Color Harmonies of #DDFEE1
Complementary color
Monochromatic Colors of #DDFEE1
Black with #DDFEE1
Text Example
Text Example
White with #DDFEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEE1; }
p { color: rgb(221,254,225); }
H1.HeaderClassName
{
color: #DDFEE1;
}
.AnyTagClassName
{
color: #DDFEE1;
}
</style>
background-color css
<style>
a { background-color: #DDFEE1; }
a { background-color: rgb(221,254,225); }
div.DivClassName
{
background-color: #DDFEE1;
}
.BgClassName
{
background-color: #DDFEE1;
}
</style>
border-color css
<style>
span { border-color: #DDFEE1; }
span { border-color: rgb(221,254,225); }
td.TdClassName
{
border-color: #DDFEE1;
}
.TagClassName
{
border-color: #DDFEE1;
}
</style>