Shades of Frosted Mint #DDFEE0
Tints of Frosted Mint #DDFEE0
RGB
CMYK
RGB Variations
Color information
#DDFEE0 (or 0xDDFEE0) is known color: Frosted Mint. HEX triplet: DD, FE and E0. RGB value is (221,254,224). Sum of RGB (Red+Green+Blue) = 221+254+224=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 224 (87.89% from 255 or 32.05% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEE0 is #22011F. Grayscale: #F0F0F0. Windows color (decimal): -2228512 or 14745309. OLE color: 14745309.
HSL color Cylindrical-coordinate representation of color #DDFEE0: hue angle of 125.45º 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 #DDFEE0 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 221 | 254 | 224 | - |
CMYK | 0.13 | 0 | 0.12 | 0.00 |
HSL | 125.45º | 0.94% | 0.93% | - |
HSV(B) | 125.45º | 0.13% | 1% | - |
XYZ | 78.72 | 91.64 | 84.06 | - |
YUV | 240.71 | 118.57 | 113.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 254 | 224 | 0.13 | 0 | 0.12 | 0.00 | 125.45 | 0.94 | 0.93 |
Hex | DD | FE | E0 | D | 0 | C | 0 | 7D | 5E | 5D |
Octal | 335 | 376 | 340 | 15 | 0 | 14 | 0 | 175 | 136 | 135 |
Binary | 11011101 | 11111110 | 11100000 | 1101 | 0 | 1100 | 0 | 1111101 | 1011110 | 1011101 |
Color Harmonies of #DDFEE0
Complementary color
Monochromatic Colors of #DDFEE0
Black with #DDFEE0
Text Example
Text Example
White with #DDFEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEE0; }
p { color: rgb(221,254,224); }
H1.HeaderClassName
{
color: #DDFEE0;
}
.AnyTagClassName
{
color: #DDFEE0;
}
</style>
background-color css
<style>
a { background-color: #DDFEE0; }
a { background-color: rgb(221,254,224); }
div.DivClassName
{
background-color: #DDFEE0;
}
.BgClassName
{
background-color: #DDFEE0;
}
</style>
border-color css
<style>
span { border-color: #DDFEE0; }
span { border-color: rgb(221,254,224); }
td.TdClassName
{
border-color: #DDFEE0;
}
.TagClassName
{
border-color: #DDFEE0;
}
</style>