Shades of Snowy Mint #D3ECCD
Tints of Snowy Mint #D3ECCD
RGB
CMYK
RGB Variations
Color information
#D3ECCD (or 0xD3ECCD) is known color: Snowy Mint. HEX triplet: D3, EC and CD. RGB value is (211,236,205). Sum of RGB (Red+Green+Blue) = 211+236+205=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #D3ECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3ECCD is #2C1332. Grayscale: #E1E1E1. Windows color (decimal): -2888499 or 13495507. OLE color: 13495507.
HSL color Cylindrical-coordinate representation of color #D3ECCD: hue angle of 108.39º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3ECCD is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 205 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.07 |
| HSL | 108.39º | 0.45% | 0.86% | - |
| HSV(B) | 108.39º | 0.13% | 0.93% | - |
| XYZ | 67.88 | 78.25 | 69.28 | - |
| YUV | 224.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 205 | 0.11 | 0 | 0.13 | 0.07 | 108.39 | 0.45 | 0.86 |
| Hex | D3 | EC | CD | B | 0 | D | 7 | 6C | 2D | 56 |
| Octal | 323 | 354 | 315 | 13 | 0 | 15 | 7 | 154 | 55 | 126 |
| Binary | 11010011 | 11101100 | 11001101 | 1011 | 0 | 1101 | 111 | 1101100 | 101101 | 1010110 |
Color Harmonies of #D3ECCD
Complementary color
Monochromatic Colors of #D3ECCD
Black with #D3ECCD
Text Example
Text Example
White with #D3ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ECCD; }
p { color: rgb(211,236,205); }
H1.HeaderClassName
{
color: #D3ECCD;
}
.AnyTagClassName
{
color: #D3ECCD;
}
</style>
background-color css
<style>
a { background-color: #D3ECCD; }
a { background-color: rgb(211,236,205); }
div.DivClassName
{
background-color: #D3ECCD;
}
.BgClassName
{
background-color: #D3ECCD;
}
</style>
border-color css
<style>
span { border-color: #D3ECCD; }
span { border-color: rgb(211,236,205); }
td.TdClassName
{
border-color: #D3ECCD;
}
.TagClassName
{
border-color: #D3ECCD;
}
</style>