Shades of Frosted Mint #DCFFDF
Tints of Frosted Mint #DCFFDF
RGB
CMYK
RGB Variations
Color information
#DCFFDF (or 0xDCFFDF) is known color: Frosted Mint. HEX triplet: DC, FF and DF. RGB value is (220,255,223). Sum of RGB (Red+Green+Blue) = 220+255+223=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFDF is #230020. Grayscale: #F0F0F0. Windows color (decimal): -2293793 or 14680028. OLE color: 14680028.
HSL color Cylindrical-coordinate representation of color #DCFFDF: hue angle of 125.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFDF is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 223 | - |
| CMYK | 0.14 | 0 | 0.13 | 0 |
| HSL | 125.14º | 1% | 0.93% | - |
| HSV(B) | 125.14º | 0.14% | 1% | - |
| XYZ | 78.59 | 92.06 | 83.44 | - |
| YUV | 240.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 223 | 0.14 | 0 | 0.13 | 0 | 125.14 | 1 | 0.93 |
| Hex | DC | FF | DF | E | 0 | D | 0 | 7D | 64 | 5D |
| Octal | 334 | 377 | 337 | 16 | 0 | 15 | 0 | 175 | 144 | 135 |
| Binary | 11011100 | 11111111 | 11011111 | 1110 | 0 | 1101 | 0 | 1111101 | 1100100 | 1011101 |
Color Harmonies of #DCFFDF
Complementary color
Monochromatic Colors of #DCFFDF
Black with #DCFFDF
Text Example
Text Example
White with #DCFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFDF; }
p { color: rgb(220,255,223); }
H1.HeaderClassName
{
color: #DCFFDF;
}
.AnyTagClassName
{
color: #DCFFDF;
}
</style>
background-color css
<style>
a { background-color: #DCFFDF; }
a { background-color: rgb(220,255,223); }
div.DivClassName
{
background-color: #DCFFDF;
}
.BgClassName
{
background-color: #DCFFDF;
}
</style>
border-color css
<style>
span { border-color: #DCFFDF; }
span { border-color: rgb(220,255,223); }
td.TdClassName
{
border-color: #DCFFDF;
}
.TagClassName
{
border-color: #DCFFDF;
}
</style>