Shades of Frosted Mint #DDFEDF
Tints of Frosted Mint #DDFEDF
RGB
CMYK
RGB Variations
Color information
#DDFEDF (or 0xDDFEDF) is known color: Frosted Mint. HEX triplet: DD, FE and DF. RGB value is (221,254,223). Sum of RGB (Red+Green+Blue) = 221+254+223=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEDF is #220120. Grayscale: #F0F0F0. Windows color (decimal): -2228513 or 14679773. OLE color: 14679773.
HSL color Cylindrical-coordinate representation of color #DDFEDF: hue angle of 123.64º 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 #DDFEDF is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 223 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.00 |
| HSL | 123.64º | 0.94% | 0.93% | - |
| HSV(B) | 123.64º | 0.13% | 1% | - |
| XYZ | 78.58 | 91.58 | 83.35 | - |
| YUV | 240.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 223 | 0.13 | 0 | 0.12 | 0.00 | 123.64 | 0.94 | 0.93 |
| Hex | DD | FE | DF | D | 0 | C | 0 | 7C | 5E | 5D |
| Octal | 335 | 376 | 337 | 15 | 0 | 14 | 0 | 174 | 136 | 135 |
| Binary | 11011101 | 11111110 | 11011111 | 1101 | 0 | 1100 | 0 | 1111100 | 1011110 | 1011101 |
Color Harmonies of #DDFEDF
Complementary color
Monochromatic Colors of #DDFEDF
Black with #DDFEDF
Text Example
Text Example
White with #DDFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEDF; }
p { color: rgb(221,254,223); }
H1.HeaderClassName
{
color: #DDFEDF;
}
.AnyTagClassName
{
color: #DDFEDF;
}
</style>
background-color css
<style>
a { background-color: #DDFEDF; }
a { background-color: rgb(221,254,223); }
div.DivClassName
{
background-color: #DDFEDF;
}
.BgClassName
{
background-color: #DDFEDF;
}
</style>
border-color css
<style>
span { border-color: #DDFEDF; }
span { border-color: rgb(221,254,223); }
td.TdClassName
{
border-color: #DDFEDF;
}
.TagClassName
{
border-color: #DDFEDF;
}
</style>