Shades of Snowy Mint #D7FCCD
Tints of Snowy Mint #D7FCCD
RGB
CMYK
RGB Variations
Color information
#D7FCCD (or 0xD7FCCD) is known color: Snowy Mint. HEX triplet: D7, FC and CD. RGB value is (215,252,205). Sum of RGB (Red+Green+Blue) = 215+252+205=672 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.99% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #D7FCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FCCD is #280332. Grayscale: #EBEBEB. Windows color (decimal): -2622259 or 13499607. OLE color: 13499607.
HSL color Cylindrical-coordinate representation of color #D7FCCD: hue angle of 107.23º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7FCCD is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 252 | 205 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.01 |
| HSL | 107.23º | 0.89% | 0.9% | - |
| HSV(B) | 107.23º | 0.19% | 0.99% | - |
| XYZ | 73.85 | 88.48 | 70.94 | - |
| YUV | 235.58 | 110.74 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 252 | 205 | 0.15 | 0 | 0.19 | 0.01 | 107.23 | 0.89 | 0.9 |
| Hex | D7 | FC | CD | F | 0 | 13 | 1 | 6B | 59 | 5A |
| Octal | 327 | 374 | 315 | 17 | 0 | 23 | 1 | 153 | 131 | 132 |
| Binary | 11010111 | 11111100 | 11001101 | 1111 | 0 | 10011 | 1 | 1101011 | 1011001 | 1011010 |
Color Harmonies of #D7FCCD
Complementary color
Monochromatic Colors of #D7FCCD
Black with #D7FCCD
Text Example
Text Example
White with #D7FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FCCD; }
p { color: rgb(215,252,205); }
H1.HeaderClassName
{
color: #D7FCCD;
}
.AnyTagClassName
{
color: #D7FCCD;
}
</style>
background-color css
<style>
a { background-color: #D7FCCD; }
a { background-color: rgb(215,252,205); }
div.DivClassName
{
background-color: #D7FCCD;
}
.BgClassName
{
background-color: #D7FCCD;
}
</style>
border-color css
<style>
span { border-color: #D7FCCD; }
span { border-color: rgb(215,252,205); }
td.TdClassName
{
border-color: #D7FCCD;
}
.TagClassName
{
border-color: #D7FCCD;
}
</style>