Shades of Snowy Mint #D5FCC6
Tints of Snowy Mint #D5FCC6
RGB
CMYK
RGB Variations
Color information
#D5FCC6 (or 0xD5FCC6) is known color: Snowy Mint. HEX triplet: D5, FC and C6. RGB value is (213,252,198). Sum of RGB (Red+Green+Blue) = 213+252+198=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 198 (77.73% from 255 or 29.86% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCC6 is #2A0339. Grayscale: #EAEAEA. Windows color (decimal): -2753338 or 13040853. OLE color: 13040853.
HSL color Cylindrical-coordinate representation of color #D5FCC6: hue angle of 103.33º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5FCC6 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 198 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.01 |
| HSL | 103.33º | 0.9% | 0.88% | - |
| HSV(B) | 103.33º | 0.21% | 0.99% | - |
| XYZ | 72.44 | 87.84 | 66.56 | - |
| YUV | 234.18 | 107.58 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 198 | 0.15 | 0 | 0.21 | 0.01 | 103.33 | 0.9 | 0.88 |
| Hex | D5 | FC | C6 | F | 0 | 15 | 1 | 67 | 5A | 58 |
| Octal | 325 | 374 | 306 | 17 | 0 | 25 | 1 | 147 | 132 | 130 |
| Binary | 11010101 | 11111100 | 11000110 | 1111 | 0 | 10101 | 1 | 1100111 | 1011010 | 1011000 |
Color Harmonies of #D5FCC6
Complementary color
Monochromatic Colors of #D5FCC6
Black with #D5FCC6
Text Example
Text Example
White with #D5FCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCC6; }
p { color: rgb(213,252,198); }
H1.HeaderClassName
{
color: #D5FCC6;
}
.AnyTagClassName
{
color: #D5FCC6;
}
</style>
background-color css
<style>
a { background-color: #D5FCC6; }
a { background-color: rgb(213,252,198); }
div.DivClassName
{
background-color: #D5FCC6;
}
.BgClassName
{
background-color: #D5FCC6;
}
</style>
border-color css
<style>
span { border-color: #D5FCC6; }
span { border-color: rgb(213,252,198); }
td.TdClassName
{
border-color: #D5FCC6;
}
.TagClassName
{
border-color: #D5FCC6;
}
</style>