Shades of Frosted Mint #DDFDE1
Tints of Frosted Mint #DDFDE1
RGB
CMYK
RGB Variations
Color information
#DDFDE1 (or 0xDDFDE1) is known color: Frosted Mint. HEX triplet: DD, FD and E1. RGB value is (221,253,225). Sum of RGB (Red+Green+Blue) = 221+253+225=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 225 (88.28% from 255 or 32.19% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDE1 is #22021E. Grayscale: #F0F0F0. Windows color (decimal): -2228767 or 14810589. OLE color: 14810589.
HSL color Cylindrical-coordinate representation of color #DDFDE1: hue angle of 127.5º 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 #DDFDE1 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 225 | - |
CMYK | 0.13 | 0 | 0.11 | 0.01 |
HSL | 127.5º | 0.89% | 0.93% | - |
HSV(B) | 127.5º | 0.13% | 0.99% | - |
XYZ | 78.53 | 91.06 | 84.67 | - |
YUV | 240.24 | 119.4 | 114.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 225 | 0.13 | 0 | 0.11 | 0.01 | 127.5 | 0.89 | 0.93 |
Hex | DD | FD | E1 | D | 0 | B | 1 | 80 | 59 | 5D |
Octal | 335 | 375 | 341 | 15 | 0 | 13 | 1 | 200 | 131 | 135 |
Binary | 11011101 | 11111101 | 11100001 | 1101 | 0 | 1011 | 1 | 10000000 | 1011001 | 1011101 |
Color Harmonies of #DDFDE1
Complementary color
Monochromatic Colors of #DDFDE1
Black with #DDFDE1
Text Example
Text Example
White with #DDFDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDE1; }
p { color: rgb(221,253,225); }
H1.HeaderClassName
{
color: #DDFDE1;
}
.AnyTagClassName
{
color: #DDFDE1;
}
</style>
background-color css
<style>
a { background-color: #DDFDE1; }
a { background-color: rgb(221,253,225); }
div.DivClassName
{
background-color: #DDFDE1;
}
.BgClassName
{
background-color: #DDFDE1;
}
</style>
border-color css
<style>
span { border-color: #DDFDE1; }
span { border-color: rgb(221,253,225); }
td.TdClassName
{
border-color: #DDFDE1;
}
.TagClassName
{
border-color: #DDFDE1;
}
</style>