Shades of Snowy Mint #DCFDC7
Tints of Snowy Mint #DCFDC7
RGB
CMYK
RGB Variations
Color information
#DCFDC7 (or 0xDCFDC7) is known color: Snowy Mint. HEX triplet: DC, FD and C7. RGB value is (220,253,199). Sum of RGB (Red+Green+Blue) = 220+253+199=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 199 (78.12% from 255 or 29.61% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDC7 is #230238. Grayscale: #EDEDED. Windows color (decimal): -2294329 or 13106652. OLE color: 13106652.
HSL color Cylindrical-coordinate representation of color #DCFDC7: hue angle of 96.67º 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 #DCFDC7 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 199 | - |
CMYK | 0.13 | 0 | 0.21 | 0.01 |
HSL | 96.67º | 0.93% | 0.89% | - |
HSV(B) | 96.67º | 0.21% | 0.99% | - |
XYZ | 74.95 | 89.59 | 67.38 | - |
YUV | 236.98 | 106.57 | 115.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 199 | 0.13 | 0 | 0.21 | 0.01 | 96.67 | 0.93 | 0.89 |
Hex | DC | FD | C7 | D | 0 | 15 | 1 | 61 | 5D | 59 |
Octal | 334 | 375 | 307 | 15 | 0 | 25 | 1 | 141 | 135 | 131 |
Binary | 11011100 | 11111101 | 11000111 | 1101 | 0 | 10101 | 1 | 1100001 | 1011101 | 1011001 |
Color Harmonies of #DCFDC7
Complementary color
Monochromatic Colors of #DCFDC7
Black with #DCFDC7
Text Example
Text Example
White with #DCFDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDC7; }
p { color: rgb(220,253,199); }
H1.HeaderClassName
{
color: #DCFDC7;
}
.AnyTagClassName
{
color: #DCFDC7;
}
</style>
background-color css
<style>
a { background-color: #DCFDC7; }
a { background-color: rgb(220,253,199); }
div.DivClassName
{
background-color: #DCFDC7;
}
.BgClassName
{
background-color: #DCFDC7;
}
</style>
border-color css
<style>
span { border-color: #DCFDC7; }
span { border-color: rgb(220,253,199); }
td.TdClassName
{
border-color: #DCFDC7;
}
.TagClassName
{
border-color: #DCFDC7;
}
</style>