Shades of Frosted Mint #DCFEDE
Tints of Frosted Mint #DCFEDE
RGB
CMYK
RGB Variations
Color information
#DCFEDE (or 0xDCFEDE) is known color: Frosted Mint. HEX triplet: DC, FE and DE. RGB value is (220,254,222). Sum of RGB (Red+Green+Blue) = 220+254+222=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 222 (87.11% from 255 or 31.90% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEDE is #230121. Grayscale: #F0F0F0. Windows color (decimal): -2294050 or 14614236. OLE color: 14614236.
HSL color Cylindrical-coordinate representation of color #DCFEDE: hue angle of 123.53º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFEDE is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 222 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.00 |
| HSL | 123.53º | 0.94% | 0.93% | - |
| HSV(B) | 123.53º | 0.13% | 1% | - |
| XYZ | 78.14 | 91.37 | 82.63 | - |
| YUV | 240.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 222 | 0.13 | 0 | 0.13 | 0.00 | 123.53 | 0.94 | 0.93 |
| Hex | DC | FE | DE | D | 0 | D | 0 | 7C | 5E | 5D |
| Octal | 334 | 376 | 336 | 15 | 0 | 15 | 0 | 174 | 136 | 135 |
| Binary | 11011100 | 11111110 | 11011110 | 1101 | 0 | 1101 | 0 | 1111100 | 1011110 | 1011101 |
Color Harmonies of #DCFEDE
Complementary color
Monochromatic Colors of #DCFEDE
Black with #DCFEDE
Text Example
Text Example
White with #DCFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEDE; }
p { color: rgb(220,254,222); }
H1.HeaderClassName
{
color: #DCFEDE;
}
.AnyTagClassName
{
color: #DCFEDE;
}
</style>
background-color css
<style>
a { background-color: #DCFEDE; }
a { background-color: rgb(220,254,222); }
div.DivClassName
{
background-color: #DCFEDE;
}
.BgClassName
{
background-color: #DCFEDE;
}
</style>
border-color css
<style>
span { border-color: #DCFEDE; }
span { border-color: rgb(220,254,222); }
td.TdClassName
{
border-color: #DCFEDE;
}
.TagClassName
{
border-color: #DCFEDE;
}
</style>