Shades of Snowy Mint #D3EACD
Tints of Snowy Mint #D3EACD
RGB
CMYK
RGB Variations
Color information
#D3EACD (or 0xD3EACD) is known color: Snowy Mint. HEX triplet: D3, EA and CD. RGB value is (211,234,205). Sum of RGB (Red+Green+Blue) = 211+234+205=650 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.46% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EACD is #2C1532. Grayscale: #DFDFDF. Windows color (decimal): -2889011 or 13494995. OLE color: 13494995.
HSL color Cylindrical-coordinate representation of color #D3EACD: hue angle of 107.59º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3EACD is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 234 | 205 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.08 |
| HSL | 107.59º | 0.41% | 0.86% | - |
| HSV(B) | 107.59º | 0.12% | 0.92% | - |
| XYZ | 67.31 | 77.1 | 69.09 | - |
| YUV | 223.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 234 | 205 | 0.10 | 0 | 0.12 | 0.08 | 107.59 | 0.41 | 0.86 |
| Hex | D3 | EA | CD | A | 0 | C | 8 | 6C | 29 | 56 |
| Octal | 323 | 352 | 315 | 12 | 0 | 14 | 10 | 154 | 51 | 126 |
| Binary | 11010011 | 11101010 | 11001101 | 1010 | 0 | 1100 | 1000 | 1101100 | 101001 | 1010110 |
Color Harmonies of #D3EACD
Complementary color
Monochromatic Colors of #D3EACD
Black with #D3EACD
Text Example
Text Example
White with #D3EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EACD; }
p { color: rgb(211,234,205); }
H1.HeaderClassName
{
color: #D3EACD;
}
.AnyTagClassName
{
color: #D3EACD;
}
</style>
background-color css
<style>
a { background-color: #D3EACD; }
a { background-color: rgb(211,234,205); }
div.DivClassName
{
background-color: #D3EACD;
}
.BgClassName
{
background-color: #D3EACD;
}
</style>
border-color css
<style>
span { border-color: #D3EACD; }
span { border-color: rgb(211,234,205); }
td.TdClassName
{
border-color: #D3EACD;
}
.TagClassName
{
border-color: #D3EACD;
}
</style>