Shades of Frosted Mint #DCFDE0
Tints of Frosted Mint #DCFDE0
RGB
CMYK
RGB Variations
Color information
#DCFDE0 (or 0xDCFDE0) is known color: Frosted Mint. HEX triplet: DC, FD and E0. RGB value is (220,253,224). Sum of RGB (Red+Green+Blue) = 220+253+224=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDE0 is #23021F. Grayscale: #EFEFEF. Windows color (decimal): -2294304 or 14745052. OLE color: 14745052.
HSL color Cylindrical-coordinate representation of color #DCFDE0: hue angle of 127.27º 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 #DCFDE0 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 224 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.01 |
| HSL | 127.27º | 0.89% | 0.93% | - |
| HSV(B) | 127.27º | 0.13% | 0.99% | - |
| XYZ | 78.1 | 90.85 | 83.94 | - |
| YUV | 239.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 224 | 0.13 | 0 | 0.11 | 0.01 | 127.27 | 0.89 | 0.93 |
| Hex | DC | FD | E0 | D | 0 | B | 1 | 7F | 59 | 5D |
| Octal | 334 | 375 | 340 | 15 | 0 | 13 | 1 | 177 | 131 | 135 |
| Binary | 11011100 | 11111101 | 11100000 | 1101 | 0 | 1011 | 1 | 1111111 | 1011001 | 1011101 |
Color Harmonies of #DCFDE0
Complementary color
Monochromatic Colors of #DCFDE0
Black with #DCFDE0
Text Example
Text Example
White with #DCFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDE0; }
p { color: rgb(220,253,224); }
H1.HeaderClassName
{
color: #DCFDE0;
}
.AnyTagClassName
{
color: #DCFDE0;
}
</style>
background-color css
<style>
a { background-color: #DCFDE0; }
a { background-color: rgb(220,253,224); }
div.DivClassName
{
background-color: #DCFDE0;
}
.BgClassName
{
background-color: #DCFDE0;
}
</style>
border-color css
<style>
span { border-color: #DCFDE0; }
span { border-color: rgb(220,253,224); }
td.TdClassName
{
border-color: #DCFDE0;
}
.TagClassName
{
border-color: #DCFDE0;
}
</style>