Shades of Frosted Mint #DDFDE0
Tints of Frosted Mint #DDFDE0
RGB
CMYK
RGB Variations
Color information
#DDFDE0 (or 0xDDFDE0) is known color: Frosted Mint. HEX triplet: DD, FD and E0. RGB value is (221,253,224). Sum of RGB (Red+Green+Blue) = 221+253+224=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 224 (87.89% from 255 or 32.09% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDE0 is #22021F. Grayscale: #F0F0F0. Windows color (decimal): -2228768 or 14745053. OLE color: 14745053.
HSL color Cylindrical-coordinate representation of color #DDFDE0: hue angle of 125.62º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFDE0 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 224 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.01 |
| HSL | 125.63º | 0.89% | 0.93% | - |
| HSV(B) | 125.63º | 0.13% | 0.99% | - |
| XYZ | 78.4 | 91 | 83.95 | - |
| YUV | 240.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 224 | 0.13 | 0 | 0.11 | 0.01 | 125.63 | 0.89 | 0.93 |
| Hex | DD | FD | E0 | D | 0 | B | 1 | 7E | 59 | 5D |
| Octal | 335 | 375 | 340 | 15 | 0 | 13 | 1 | 176 | 131 | 135 |
| Binary | 11011101 | 11111101 | 11100000 | 1101 | 0 | 1011 | 1 | 1111110 | 1011001 | 1011101 |
Color Harmonies of #DDFDE0
Complementary color
Monochromatic Colors of #DDFDE0
Black with #DDFDE0
Text Example
Text Example
White with #DDFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDE0; }
p { color: rgb(221,253,224); }
H1.HeaderClassName
{
color: #DDFDE0;
}
.AnyTagClassName
{
color: #DDFDE0;
}
</style>
background-color css
<style>
a { background-color: #DDFDE0; }
a { background-color: rgb(221,253,224); }
div.DivClassName
{
background-color: #DDFDE0;
}
.BgClassName
{
background-color: #DDFDE0;
}
</style>
border-color css
<style>
span { border-color: #DDFDE0; }
span { border-color: rgb(221,253,224); }
td.TdClassName
{
border-color: #DDFDE0;
}
.TagClassName
{
border-color: #DDFDE0;
}
</style>