Shades of Snowy Mint #D3EDC9
Tints of Snowy Mint #D3EDC9
RGB
CMYK
RGB Variations
Color information
#D3EDC9 (or 0xD3EDC9) is known color: Snowy Mint. HEX triplet: D3, ED and C9. RGB value is (211,237,201). Sum of RGB (Red+Green+Blue) = 211+237+201=649 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.51% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 201 (78.91% from 255 or 30.97% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EDC9 is #2C1236. Grayscale: #E1E1E1. Windows color (decimal): -2888247 or 13233619. OLE color: 13233619.
HSL color Cylindrical-coordinate representation of color #D3EDC9: hue angle of 103.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3EDC9 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 201 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.07 |
| HSL | 103.33º | 0.5% | 0.86% | - |
| HSV(B) | 103.33º | 0.15% | 0.93% | - |
| XYZ | 67.69 | 78.63 | 66.87 | - |
| YUV | 225.12 | 114.39 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 201 | 0.11 | 0 | 0.15 | 0.07 | 103.33 | 0.5 | 0.86 |
| Hex | D3 | ED | C9 | B | 0 | F | 7 | 67 | 32 | 56 |
| Octal | 323 | 355 | 311 | 13 | 0 | 17 | 7 | 147 | 62 | 126 |
| Binary | 11010011 | 11101101 | 11001001 | 1011 | 0 | 1111 | 111 | 1100111 | 110010 | 1010110 |
Color Harmonies of #D3EDC9
Complementary color
Monochromatic Colors of #D3EDC9
Black with #D3EDC9
Text Example
Text Example
White with #D3EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EDC9; }
p { color: rgb(211,237,201); }
H1.HeaderClassName
{
color: #D3EDC9;
}
.AnyTagClassName
{
color: #D3EDC9;
}
</style>
background-color css
<style>
a { background-color: #D3EDC9; }
a { background-color: rgb(211,237,201); }
div.DivClassName
{
background-color: #D3EDC9;
}
.BgClassName
{
background-color: #D3EDC9;
}
</style>
border-color css
<style>
span { border-color: #D3EDC9; }
span { border-color: rgb(211,237,201); }
td.TdClassName
{
border-color: #D3EDC9;
}
.TagClassName
{
border-color: #D3EDC9;
}
</style>