Shades of Snowy Mint #D7F0CF
Tints of Snowy Mint #D7F0CF
RGB
CMYK
RGB Variations
Color information
#D7F0CF (or 0xD7F0CF) is known color: Snowy Mint. HEX triplet: D7, F0 and CF. RGB value is (215,240,207). Sum of RGB (Red+Green+Blue) = 215+240+207=662 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.48% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #D7F0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F0CF is #280F30. Grayscale: #E4E4E4. Windows color (decimal): -2625329 or 13627607. OLE color: 13627607.
HSL color Cylindrical-coordinate representation of color #D7F0CF: hue angle of 105.45º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7F0CF is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 240 | 207 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.06 |
| HSL | 105.45º | 0.52% | 0.88% | - |
| HSV(B) | 105.45º | 0.14% | 0.94% | - |
| XYZ | 70.45 | 81.27 | 71.01 | - |
| YUV | 228.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 240 | 207 | 0.10 | 0 | 0.14 | 0.06 | 105.45 | 0.52 | 0.88 |
| Hex | D7 | F0 | CF | A | 0 | E | 6 | 69 | 34 | 58 |
| Octal | 327 | 360 | 317 | 12 | 0 | 16 | 6 | 151 | 64 | 130 |
| Binary | 11010111 | 11110000 | 11001111 | 1010 | 0 | 1110 | 110 | 1101001 | 110100 | 1011000 |
Color Harmonies of #D7F0CF
Complementary color
Monochromatic Colors of #D7F0CF
Black with #D7F0CF
Text Example
Text Example
White with #D7F0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F0CF; }
p { color: rgb(215,240,207); }
H1.HeaderClassName
{
color: #D7F0CF;
}
.AnyTagClassName
{
color: #D7F0CF;
}
</style>
background-color css
<style>
a { background-color: #D7F0CF; }
a { background-color: rgb(215,240,207); }
div.DivClassName
{
background-color: #D7F0CF;
}
.BgClassName
{
background-color: #D7F0CF;
}
</style>
border-color css
<style>
span { border-color: #D7F0CF; }
span { border-color: rgb(215,240,207); }
td.TdClassName
{
border-color: #D7F0CF;
}
.TagClassName
{
border-color: #D7F0CF;
}
</style>