Shades of Snowy Mint #D3EDCD
Tints of Snowy Mint #D3EDCD
RGB
CMYK
RGB Variations
Color information
#D3EDCD (or 0xD3EDCD) is known color: Snowy Mint. HEX triplet: D3, ED and CD. RGB value is (211,237,205). Sum of RGB (Red+Green+Blue) = 211+237+205=653 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.31% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EDCD is #2C1232. Grayscale: #E1E1E1. Windows color (decimal): -2888243 or 13495763. OLE color: 13495763.
HSL color Cylindrical-coordinate representation of color #D3EDCD: hue angle of 108.75º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3EDCD is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 205 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.07 |
| HSL | 108.75º | 0.47% | 0.87% | - |
| HSV(B) | 108.75º | 0.14% | 0.93% | - |
| XYZ | 68.17 | 78.83 | 69.38 | - |
| YUV | 225.58 | 116.39 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 205 | 0.11 | 0 | 0.14 | 0.07 | 108.75 | 0.47 | 0.87 |
| Hex | D3 | ED | CD | B | 0 | E | 7 | 6D | 2F | 57 |
| Octal | 323 | 355 | 315 | 13 | 0 | 16 | 7 | 155 | 57 | 127 |
| Binary | 11010011 | 11101101 | 11001101 | 1011 | 0 | 1110 | 111 | 1101101 | 101111 | 1010111 |
Color Harmonies of #D3EDCD
Complementary color
Monochromatic Colors of #D3EDCD
Black with #D3EDCD
Text Example
Text Example
White with #D3EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EDCD; }
p { color: rgb(211,237,205); }
H1.HeaderClassName
{
color: #D3EDCD;
}
.AnyTagClassName
{
color: #D3EDCD;
}
</style>
background-color css
<style>
a { background-color: #D3EDCD; }
a { background-color: rgb(211,237,205); }
div.DivClassName
{
background-color: #D3EDCD;
}
.BgClassName
{
background-color: #D3EDCD;
}
</style>
border-color css
<style>
span { border-color: #D3EDCD; }
span { border-color: rgb(211,237,205); }
td.TdClassName
{
border-color: #D3EDCD;
}
.TagClassName
{
border-color: #D3EDCD;
}
</style>