Shades of Frosted Mint #DCFADF
Tints of Frosted Mint #DCFADF
RGB
CMYK
RGB Variations
Color information
#DCFADF (or 0xDCFADF) is known color: Frosted Mint. HEX triplet: DC, FA and DF. RGB value is (220,250,223). Sum of RGB (Red+Green+Blue) = 220+250+223=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFADF is #230520. Grayscale: #EEEEEE. Windows color (decimal): -2295073 or 14678748. OLE color: 14678748.
HSL color Cylindrical-coordinate representation of color #DCFADF: hue angle of 126º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFADF is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 223 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.02 |
| HSL | 126º | 0.75% | 0.92% | - |
| HSV(B) | 126º | 0.12% | 0.98% | - |
| XYZ | 77.02 | 88.91 | 82.91 | - |
| YUV | 237.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 223 | 0.12 | 0 | 0.11 | 0.02 | 126 | 0.75 | 0.92 |
| Hex | DC | FA | DF | C | 0 | B | 2 | 7E | 4B | 5C |
| Octal | 334 | 372 | 337 | 14 | 0 | 13 | 2 | 176 | 113 | 134 |
| Binary | 11011100 | 11111010 | 11011111 | 1100 | 0 | 1011 | 10 | 1111110 | 1001011 | 1011100 |
Color Harmonies of #DCFADF
Complementary color
Monochromatic Colors of #DCFADF
Black with #DCFADF
Text Example
Text Example
White with #DCFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFADF; }
p { color: rgb(220,250,223); }
H1.HeaderClassName
{
color: #DCFADF;
}
.AnyTagClassName
{
color: #DCFADF;
}
</style>
background-color css
<style>
a { background-color: #DCFADF; }
a { background-color: rgb(220,250,223); }
div.DivClassName
{
background-color: #DCFADF;
}
.BgClassName
{
background-color: #DCFADF;
}
</style>
border-color css
<style>
span { border-color: #DCFADF; }
span { border-color: rgb(220,250,223); }
td.TdClassName
{
border-color: #DCFADF;
}
.TagClassName
{
border-color: #DCFADF;
}
</style>