Shades of Frosted Mint #D8FEDC
Tints of Frosted Mint #D8FEDC
RGB
CMYK
RGB Variations
Color information
#D8FEDC (or 0xD8FEDC) is known color: Frosted Mint. HEX triplet: D8, FE and DC. RGB value is (216,254,220). Sum of RGB (Red+Green+Blue) = 216+254+220=690 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.30% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #D8FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FEDC is #270123. Grayscale: #EEEEEE. Windows color (decimal): -2556196 or 14483160. OLE color: 14483160.
HSL color Cylindrical-coordinate representation of color #D8FEDC: hue angle of 126.32º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8FEDC is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 254 | 220 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.00 |
| HSL | 126.32º | 0.95% | 0.92% | - |
| HSV(B) | 126.32º | 0.15% | 1% | - |
| XYZ | 76.68 | 90.65 | 81.17 | - |
| YUV | 238.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 254 | 220 | 0.15 | 0 | 0.13 | 0.00 | 126.32 | 0.95 | 0.92 |
| Hex | D8 | FE | DC | F | 0 | D | 0 | 7E | 5F | 5C |
| Octal | 330 | 376 | 334 | 17 | 0 | 15 | 0 | 176 | 137 | 134 |
| Binary | 11011000 | 11111110 | 11011100 | 1111 | 0 | 1101 | 0 | 1111110 | 1011111 | 1011100 |
Color Harmonies of #D8FEDC
Complementary color
Monochromatic Colors of #D8FEDC
Black with #D8FEDC
Text Example
Text Example
White with #D8FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FEDC; }
p { color: rgb(216,254,220); }
H1.HeaderClassName
{
color: #D8FEDC;
}
.AnyTagClassName
{
color: #D8FEDC;
}
</style>
background-color css
<style>
a { background-color: #D8FEDC; }
a { background-color: rgb(216,254,220); }
div.DivClassName
{
background-color: #D8FEDC;
}
.BgClassName
{
background-color: #D8FEDC;
}
</style>
border-color css
<style>
span { border-color: #D8FEDC; }
span { border-color: rgb(216,254,220); }
td.TdClassName
{
border-color: #D8FEDC;
}
.TagClassName
{
border-color: #D8FEDC;
}
</style>