Shades of Snowy Mint #D5FFC6
Tints of Snowy Mint #D5FFC6
RGB
CMYK
RGB Variations
Color information
#D5FFC6 (or 0xD5FFC6) is known color: Snowy Mint. HEX triplet: D5, FF and C6. RGB value is (213,255,198). Sum of RGB (Red+Green+Blue) = 213+255+198=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 198 (77.73% from 255 or 29.73% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFC6 is #2A0039. Grayscale: #ECECEC. Windows color (decimal): -2752570 or 13041621. OLE color: 13041621.
HSL color Cylindrical-coordinate representation of color #D5FFC6: hue angle of 104.21º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5FFC6 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 198 | - |
| CMYK | 0.16 | 0 | 0.22 | 0 |
| HSL | 104.21º | 1% | 0.89% | - |
| HSV(B) | 104.21º | 0.22% | 1% | - |
| XYZ | 73.39 | 89.74 | 66.88 | - |
| YUV | 235.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 198 | 0.16 | 0 | 0.22 | 0 | 104.21 | 1 | 0.89 |
| Hex | D5 | FF | C6 | 10 | 0 | 16 | 0 | 68 | 64 | 59 |
| Octal | 325 | 377 | 306 | 20 | 0 | 26 | 0 | 150 | 144 | 131 |
| Binary | 11010101 | 11111111 | 11000110 | 10000 | 0 | 10110 | 0 | 1101000 | 1100100 | 1011001 |
Color Harmonies of #D5FFC6
Complementary color
Monochromatic Colors of #D5FFC6
Black with #D5FFC6
Text Example
Text Example
White with #D5FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFC6; }
p { color: rgb(213,255,198); }
H1.HeaderClassName
{
color: #D5FFC6;
}
.AnyTagClassName
{
color: #D5FFC6;
}
</style>
background-color css
<style>
a { background-color: #D5FFC6; }
a { background-color: rgb(213,255,198); }
div.DivClassName
{
background-color: #D5FFC6;
}
.BgClassName
{
background-color: #D5FFC6;
}
</style>
border-color css
<style>
span { border-color: #D5FFC6; }
span { border-color: rgb(213,255,198); }
td.TdClassName
{
border-color: #D5FFC6;
}
.TagClassName
{
border-color: #D5FFC6;
}
</style>