Shades of Frosted Mint #DDFCE0
Tints of Frosted Mint #DDFCE0
RGB
CMYK
RGB Variations
Color information
#DDFCE0 (or 0xDDFCE0) is known color: Frosted Mint. HEX triplet: DD, FC and E0. RGB value is (221,252,224). Sum of RGB (Red+Green+Blue) = 221+252+224=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCE0 is #22031F. Grayscale: #EFEFEF. Windows color (decimal): -2229024 or 14744797. OLE color: 14744797.
HSL color Cylindrical-coordinate representation of color #DDFCE0: hue angle of 125.81º degrees, saturation: 0.84, 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 #DDFCE0 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 224 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.01 |
| HSL | 125.81º | 0.84% | 0.93% | - |
| HSV(B) | 125.81º | 0.12% | 0.99% | - |
| XYZ | 78.08 | 90.37 | 83.85 | - |
| YUV | 239.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 224 | 0.12 | 0 | 0.11 | 0.01 | 125.81 | 0.84 | 0.93 |
| Hex | DD | FC | E0 | C | 0 | B | 1 | 7E | 54 | 5D |
| Octal | 335 | 374 | 340 | 14 | 0 | 13 | 1 | 176 | 124 | 135 |
| Binary | 11011101 | 11111100 | 11100000 | 1100 | 0 | 1011 | 1 | 1111110 | 1010100 | 1011101 |
Color Harmonies of #DDFCE0
Complementary color
Monochromatic Colors of #DDFCE0
Black with #DDFCE0
Text Example
Text Example
White with #DDFCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCE0; }
p { color: rgb(221,252,224); }
H1.HeaderClassName
{
color: #DDFCE0;
}
.AnyTagClassName
{
color: #DDFCE0;
}
</style>
background-color css
<style>
a { background-color: #DDFCE0; }
a { background-color: rgb(221,252,224); }
div.DivClassName
{
background-color: #DDFCE0;
}
.BgClassName
{
background-color: #DDFCE0;
}
</style>
border-color css
<style>
span { border-color: #DDFCE0; }
span { border-color: rgb(221,252,224); }
td.TdClassName
{
border-color: #DDFCE0;
}
.TagClassName
{
border-color: #DDFCE0;
}
</style>