Shades of Snowy Mint #D5FFCC
Tints of Snowy Mint #D5FFCC
RGB
CMYK
RGB Variations
Color information
#D5FFCC (or 0xD5FFCC) is known color: Snowy Mint. HEX triplet: D5, FF and CC. RGB value is (213,255,204). Sum of RGB (Red+Green+Blue) = 213+255+204=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFCC is #2A0033. Grayscale: #ECECEC. Windows color (decimal): -2752564 or 13434837. OLE color: 13434837.
HSL color Cylindrical-coordinate representation of color #D5FFCC: hue angle of 109.41º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5FFCC is Cyan = 0.16, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 204 | - |
| CMYK | 0.16 | 0 | 0.2 | 0 |
| HSL | 109.41º | 1% | 0.9% | - |
| HSV(B) | 109.41º | 0.2% | 1% | - |
| XYZ | 74.1 | 90.03 | 70.6 | - |
| YUV | 236.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 204 | 0.16 | 0 | 0.2 | 0 | 109.41 | 1 | 0.9 |
| Hex | D5 | FF | CC | 10 | 0 | 14 | 0 | 6D | 64 | 5A |
| Octal | 325 | 377 | 314 | 20 | 0 | 24 | 0 | 155 | 144 | 132 |
| Binary | 11010101 | 11111111 | 11001100 | 10000 | 0 | 10100 | 0 | 1101101 | 1100100 | 1011010 |
Color Harmonies of #D5FFCC
Complementary color
Monochromatic Colors of #D5FFCC
Black with #D5FFCC
Text Example
Text Example
White with #D5FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFCC; }
p { color: rgb(213,255,204); }
H1.HeaderClassName
{
color: #D5FFCC;
}
.AnyTagClassName
{
color: #D5FFCC;
}
</style>
background-color css
<style>
a { background-color: #D5FFCC; }
a { background-color: rgb(213,255,204); }
div.DivClassName
{
background-color: #D5FFCC;
}
.BgClassName
{
background-color: #D5FFCC;
}
</style>
border-color css
<style>
span { border-color: #D5FFCC; }
span { border-color: rgb(213,255,204); }
td.TdClassName
{
border-color: #D5FFCC;
}
.TagClassName
{
border-color: #D5FFCC;
}
</style>