Shades of Frosted Mint #DCFFDE
Tints of Frosted Mint #DCFFDE
RGB
CMYK
RGB Variations
Color information
#DCFFDE (or 0xDCFFDE) is known color: Frosted Mint. HEX triplet: DC, FF and DE. RGB value is (220,255,222). Sum of RGB (Red+Green+Blue) = 220+255+222=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFDE is #230021. Grayscale: #F0F0F0. Windows color (decimal): -2293794 or 14614492. OLE color: 14614492.
HSL color Cylindrical-coordinate representation of color #DCFFDE: hue angle of 123.43º 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 #DCFFDE is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 222 | - |
| CMYK | 0.14 | 0 | 0.13 | 0 |
| HSL | 123.43º | 1% | 0.93% | - |
| HSV(B) | 123.43º | 0.14% | 1% | - |
| XYZ | 78.46 | 92.01 | 82.73 | - |
| YUV | 240.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 222 | 0.14 | 0 | 0.13 | 0 | 123.43 | 1 | 0.93 |
| Hex | DC | FF | DE | E | 0 | D | 0 | 7B | 64 | 5D |
| Octal | 334 | 377 | 336 | 16 | 0 | 15 | 0 | 173 | 144 | 135 |
| Binary | 11011100 | 11111111 | 11011110 | 1110 | 0 | 1101 | 0 | 1111011 | 1100100 | 1011101 |
Color Harmonies of #DCFFDE
Complementary color
Monochromatic Colors of #DCFFDE
Black with #DCFFDE
Text Example
Text Example
White with #DCFFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFDE; }
p { color: rgb(220,255,222); }
H1.HeaderClassName
{
color: #DCFFDE;
}
.AnyTagClassName
{
color: #DCFFDE;
}
</style>
background-color css
<style>
a { background-color: #DCFFDE; }
a { background-color: rgb(220,255,222); }
div.DivClassName
{
background-color: #DCFFDE;
}
.BgClassName
{
background-color: #DCFFDE;
}
</style>
border-color css
<style>
span { border-color: #DCFFDE; }
span { border-color: rgb(220,255,222); }
td.TdClassName
{
border-color: #DCFFDE;
}
.TagClassName
{
border-color: #DCFFDE;
}
</style>