Shades of Frosted Mint #DCF8DF
Tints of Frosted Mint #DCF8DF
RGB
CMYK
RGB Variations
Color information
#DCF8DF (or 0xDCF8DF) is known color: Frosted Mint. HEX triplet: DC, F8 and DF. RGB value is (220,248,223). Sum of RGB (Red+Green+Blue) = 220+248+223=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF8DF is #230720. Grayscale: #ECECEC. Windows color (decimal): -2295585 or 14678236. OLE color: 14678236.
HSL color Cylindrical-coordinate representation of color #DCF8DF: hue angle of 126.43º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF8DF is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 223 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.03 |
| HSL | 126.43º | 0.67% | 0.92% | - |
| HSV(B) | 126.43º | 0.11% | 0.97% | - |
| XYZ | 76.4 | 87.68 | 82.71 | - |
| YUV | 236.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 223 | 0.11 | 0 | 0.10 | 0.03 | 126.43 | 0.67 | 0.92 |
| Hex | DC | F8 | DF | B | 0 | A | 3 | 7E | 43 | 5C |
| Octal | 334 | 370 | 337 | 13 | 0 | 12 | 3 | 176 | 103 | 134 |
| Binary | 11011100 | 11111000 | 11011111 | 1011 | 0 | 1010 | 11 | 1111110 | 1000011 | 1011100 |
Color Harmonies of #DCF8DF
Complementary color
Monochromatic Colors of #DCF8DF
Black with #DCF8DF
Text Example
Text Example
White with #DCF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF8DF; }
p { color: rgb(220,248,223); }
H1.HeaderClassName
{
color: #DCF8DF;
}
.AnyTagClassName
{
color: #DCF8DF;
}
</style>
background-color css
<style>
a { background-color: #DCF8DF; }
a { background-color: rgb(220,248,223); }
div.DivClassName
{
background-color: #DCF8DF;
}
.BgClassName
{
background-color: #DCF8DF;
}
</style>
border-color css
<style>
span { border-color: #DCF8DF; }
span { border-color: rgb(220,248,223); }
td.TdClassName
{
border-color: #DCF8DF;
}
.TagClassName
{
border-color: #DCF8DF;
}
</style>