Shades of Snowy Mint #D2FDC8
Tints of Snowy Mint #D2FDC8
RGB
CMYK
RGB Variations
Color information
#D2FDC8 (or 0xD2FDC8) is known color: Snowy Mint. HEX triplet: D2, FD and C8. RGB value is (210,253,200). Sum of RGB (Red+Green+Blue) = 210+253+200=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 200 (78.52% from 255 or 30.17% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FDC8 is #2D0237. Grayscale: #EAEAEA. Windows color (decimal): -2949688 or 13172178. OLE color: 13172178.
HSL color Cylindrical-coordinate representation of color #D2FDC8: hue angle of 108.68º 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 #D2FDC8 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 200 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.01 |
| HSL | 108.68º | 0.93% | 0.89% | - |
| HSV(B) | 108.68º | 0.21% | 0.99% | - |
| XYZ | 72.13 | 88.12 | 67.85 | - |
| YUV | 234.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 200 | 0.17 | 0 | 0.21 | 0.01 | 108.68 | 0.93 | 0.89 |
| Hex | D2 | FD | C8 | 11 | 0 | 15 | 1 | 6D | 5D | 59 |
| Octal | 322 | 375 | 310 | 21 | 0 | 25 | 1 | 155 | 135 | 131 |
| Binary | 11010010 | 11111101 | 11001000 | 10001 | 0 | 10101 | 1 | 1101101 | 1011101 | 1011001 |
Color Harmonies of #D2FDC8
Complementary color
Monochromatic Colors of #D2FDC8
Black with #D2FDC8
Text Example
Text Example
White with #D2FDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FDC8; }
p { color: rgb(210,253,200); }
H1.HeaderClassName
{
color: #D2FDC8;
}
.AnyTagClassName
{
color: #D2FDC8;
}
</style>
background-color css
<style>
a { background-color: #D2FDC8; }
a { background-color: rgb(210,253,200); }
div.DivClassName
{
background-color: #D2FDC8;
}
.BgClassName
{
background-color: #D2FDC8;
}
</style>
border-color css
<style>
span { border-color: #D2FDC8; }
span { border-color: rgb(210,253,200); }
td.TdClassName
{
border-color: #D2FDC8;
}
.TagClassName
{
border-color: #D2FDC8;
}
</style>