Shades of Frosted Mint #DCFDE1
Tints of Frosted Mint #DCFDE1
RGB
CMYK
RGB Variations
Color information
#DCFDE1 (or 0xDCFDE1) is known color: Frosted Mint. HEX triplet: DC, FD and E1. RGB value is (220,253,225). Sum of RGB (Red+Green+Blue) = 220+253+225=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 225 (88.28% from 255 or 32.23% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDE1 is #23021E. Grayscale: #F0F0F0. Windows color (decimal): -2294303 or 14810588. OLE color: 14810588.
HSL color Cylindrical-coordinate representation of color #DCFDE1: hue angle of 129.09º 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 #DCFDE1 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 225 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.01 |
| HSL | 129.09º | 0.89% | 0.93% | - |
| HSV(B) | 129.09º | 0.13% | 0.99% | - |
| XYZ | 78.23 | 90.9 | 84.66 | - |
| YUV | 239.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 225 | 0.13 | 0 | 0.11 | 0.01 | 129.09 | 0.89 | 0.93 |
| Hex | DC | FD | E1 | D | 0 | B | 1 | 81 | 59 | 5D |
| Octal | 334 | 375 | 341 | 15 | 0 | 13 | 1 | 201 | 131 | 135 |
| Binary | 11011100 | 11111101 | 11100001 | 1101 | 0 | 1011 | 1 | 10000001 | 1011001 | 1011101 |
Color Harmonies of #DCFDE1
Complementary color
Monochromatic Colors of #DCFDE1
Black with #DCFDE1
Text Example
Text Example
White with #DCFDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDE1; }
p { color: rgb(220,253,225); }
H1.HeaderClassName
{
color: #DCFDE1;
}
.AnyTagClassName
{
color: #DCFDE1;
}
</style>
background-color css
<style>
a { background-color: #DCFDE1; }
a { background-color: rgb(220,253,225); }
div.DivClassName
{
background-color: #DCFDE1;
}
.BgClassName
{
background-color: #DCFDE1;
}
</style>
border-color css
<style>
span { border-color: #DCFDE1; }
span { border-color: rgb(220,253,225); }
td.TdClassName
{
border-color: #DCFDE1;
}
.TagClassName
{
border-color: #DCFDE1;
}
</style>