Shades of Snowy Mint #DCFDC9
Tints of Snowy Mint #DCFDC9
RGB
CMYK
RGB Variations
Color information
#DCFDC9 (or 0xDCFDC9) is known color: Snowy Mint. HEX triplet: DC, FD and C9. RGB value is (220,253,201). Sum of RGB (Red+Green+Blue) = 220+253+201=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 201 (78.91% from 255 or 29.82% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDC9 is #230236. Grayscale: #EDEDED. Windows color (decimal): -2294327 or 13237724. OLE color: 13237724.
HSL color Cylindrical-coordinate representation of color #DCFDC9: hue angle of 98.08º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCFDC9 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 201 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.01 |
| HSL | 98.08º | 0.93% | 0.89% | - |
| HSV(B) | 98.08º | 0.21% | 0.99% | - |
| XYZ | 75.18 | 89.68 | 68.61 | - |
| YUV | 237.21 | 107.57 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 201 | 0.13 | 0 | 0.21 | 0.01 | 98.08 | 0.93 | 0.89 |
| Hex | DC | FD | C9 | D | 0 | 15 | 1 | 62 | 5D | 59 |
| Octal | 334 | 375 | 311 | 15 | 0 | 25 | 1 | 142 | 135 | 131 |
| Binary | 11011100 | 11111101 | 11001001 | 1101 | 0 | 10101 | 1 | 1100010 | 1011101 | 1011001 |
Color Harmonies of #DCFDC9
Complementary color
Monochromatic Colors of #DCFDC9
Black with #DCFDC9
Text Example
Text Example
White with #DCFDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDC9; }
p { color: rgb(220,253,201); }
H1.HeaderClassName
{
color: #DCFDC9;
}
.AnyTagClassName
{
color: #DCFDC9;
}
</style>
background-color css
<style>
a { background-color: #DCFDC9; }
a { background-color: rgb(220,253,201); }
div.DivClassName
{
background-color: #DCFDC9;
}
.BgClassName
{
background-color: #DCFDC9;
}
</style>
border-color css
<style>
span { border-color: #DCFDC9; }
span { border-color: rgb(220,253,201); }
td.TdClassName
{
border-color: #DCFDC9;
}
.TagClassName
{
border-color: #DCFDC9;
}
</style>