Shades of Snowy Mint #D3F0C7
Tints of Snowy Mint #D3F0C7
RGB
CMYK
RGB Variations
Color information
#D3F0C7 (or 0xD3F0C7) is known color: Snowy Mint. HEX triplet: D3, F0 and C7. RGB value is (211,240,199). Sum of RGB (Red+Green+Blue) = 211+240+199=650 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.46% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 199 (78.12% from 255 or 30.62% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F0C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F0C7 is #2C0F38. Grayscale: #E2E2E2. Windows color (decimal): -2887481 or 13103315. OLE color: 13103315.
HSL color Cylindrical-coordinate representation of color #D3F0C7: hue angle of 102.44º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3F0C7 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 240 | 199 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.06 |
| HSL | 102.44º | 0.58% | 0.86% | - |
| HSV(B) | 102.44º | 0.17% | 0.94% | - |
| XYZ | 68.33 | 80.29 | 65.93 | - |
| YUV | 226.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 240 | 199 | 0.12 | 0 | 0.17 | 0.06 | 102.44 | 0.58 | 0.86 |
| Hex | D3 | F0 | C7 | C | 0 | 11 | 6 | 66 | 3A | 56 |
| Octal | 323 | 360 | 307 | 14 | 0 | 21 | 6 | 146 | 72 | 126 |
| Binary | 11010011 | 11110000 | 11000111 | 1100 | 0 | 10001 | 110 | 1100110 | 111010 | 1010110 |
Color Harmonies of #D3F0C7
Complementary color
Monochromatic Colors of #D3F0C7
Black with #D3F0C7
Text Example
Text Example
White with #D3F0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F0C7; }
p { color: rgb(211,240,199); }
H1.HeaderClassName
{
color: #D3F0C7;
}
.AnyTagClassName
{
color: #D3F0C7;
}
</style>
background-color css
<style>
a { background-color: #D3F0C7; }
a { background-color: rgb(211,240,199); }
div.DivClassName
{
background-color: #D3F0C7;
}
.BgClassName
{
background-color: #D3F0C7;
}
</style>
border-color css
<style>
span { border-color: #D3F0C7; }
span { border-color: rgb(211,240,199); }
td.TdClassName
{
border-color: #D3F0C7;
}
.TagClassName
{
border-color: #D3F0C7;
}
</style>