Shades of Snowy Mint #D3FAC7
Tints of Snowy Mint #D3FAC7
RGB
CMYK
RGB Variations
Color information
#D3FAC7 (or 0xD3FAC7) is known color: Snowy Mint. HEX triplet: D3, FA and C7. RGB value is (211,250,199). Sum of RGB (Red+Green+Blue) = 211+250+199=660 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.97% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 199 (78.12% from 255 or 30.15% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FAC7 is #2C0538. Grayscale: #E8E8E8. Windows color (decimal): -2884921 or 13105875. OLE color: 13105875.
HSL color Cylindrical-coordinate representation of color #D3FAC7: hue angle of 105.88º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3FAC7 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 250 | 199 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.02 |
| HSL | 105.88º | 0.84% | 0.88% | - |
| HSV(B) | 105.88º | 0.2% | 0.98% | - |
| XYZ | 71.36 | 86.34 | 66.94 | - |
| YUV | 232.53 | 109.08 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 250 | 199 | 0.16 | 0 | 0.20 | 0.02 | 105.88 | 0.84 | 0.88 |
| Hex | D3 | FA | C7 | 10 | 0 | 14 | 2 | 6A | 54 | 58 |
| Octal | 323 | 372 | 307 | 20 | 0 | 24 | 2 | 152 | 124 | 130 |
| Binary | 11010011 | 11111010 | 11000111 | 10000 | 0 | 10100 | 10 | 1101010 | 1010100 | 1011000 |
Color Harmonies of #D3FAC7
Complementary color
Monochromatic Colors of #D3FAC7
Black with #D3FAC7
Text Example
Text Example
White with #D3FAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FAC7; }
p { color: rgb(211,250,199); }
H1.HeaderClassName
{
color: #D3FAC7;
}
.AnyTagClassName
{
color: #D3FAC7;
}
</style>
background-color css
<style>
a { background-color: #D3FAC7; }
a { background-color: rgb(211,250,199); }
div.DivClassName
{
background-color: #D3FAC7;
}
.BgClassName
{
background-color: #D3FAC7;
}
</style>
border-color css
<style>
span { border-color: #D3FAC7; }
span { border-color: rgb(211,250,199); }
td.TdClassName
{
border-color: #D3FAC7;
}
.TagClassName
{
border-color: #D3FAC7;
}
</style>