Shades of Snowy Mint #D7F2CF
Tints of Snowy Mint #D7F2CF
RGB
CMYK
RGB Variations
Color information
#D7F2CF (or 0xD7F2CF) is known color: Snowy Mint. HEX triplet: D7, F2 and CF. RGB value is (215,242,207). Sum of RGB (Red+Green+Blue) = 215+242+207=664 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.38% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F2CF is #280D30. Grayscale: #E6E6E6. Windows color (decimal): -2624817 or 13628119. OLE color: 13628119.
HSL color Cylindrical-coordinate representation of color #D7F2CF: hue angle of 106.29º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7F2CF is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 207 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.05 |
| HSL | 106.29º | 0.57% | 0.88% | - |
| HSV(B) | 106.29º | 0.14% | 0.95% | - |
| XYZ | 71.04 | 82.46 | 71.2 | - |
| YUV | 229.94 | 115.05 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 207 | 0.11 | 0 | 0.14 | 0.05 | 106.29 | 0.57 | 0.88 |
| Hex | D7 | F2 | CF | B | 0 | E | 5 | 6A | 39 | 58 |
| Octal | 327 | 362 | 317 | 13 | 0 | 16 | 5 | 152 | 71 | 130 |
| Binary | 11010111 | 11110010 | 11001111 | 1011 | 0 | 1110 | 101 | 1101010 | 111001 | 1011000 |
Color Harmonies of #D7F2CF
Complementary color
Monochromatic Colors of #D7F2CF
Black with #D7F2CF
Text Example
Text Example
White with #D7F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F2CF; }
p { color: rgb(215,242,207); }
H1.HeaderClassName
{
color: #D7F2CF;
}
.AnyTagClassName
{
color: #D7F2CF;
}
</style>
background-color css
<style>
a { background-color: #D7F2CF; }
a { background-color: rgb(215,242,207); }
div.DivClassName
{
background-color: #D7F2CF;
}
.BgClassName
{
background-color: #D7F2CF;
}
</style>
border-color css
<style>
span { border-color: #D7F2CF; }
span { border-color: rgb(215,242,207); }
td.TdClassName
{
border-color: #D7F2CF;
}
.TagClassName
{
border-color: #D7F2CF;
}
</style>