Shades of Snowy Mint #D9EED0
Tints of Snowy Mint #D9EED0
RGB
CMYK
RGB Variations
Color information
#D9EED0 (or 0xD9EED0) is known color: Snowy Mint. HEX triplet: D9, EE and D0. RGB value is (217,238,208). Sum of RGB (Red+Green+Blue) = 217+238+208=663 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.73% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EED0 is #26112F. Grayscale: #E4E4E4. Windows color (decimal): -2494768 or 13692633. OLE color: 13692633.
HSL color Cylindrical-coordinate representation of color #D9EED0: hue angle of 102º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9EED0 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 238 | 208 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.07 |
| HSL | 102º | 0.47% | 0.87% | - |
| HSV(B) | 102º | 0.13% | 0.93% | - |
| XYZ | 70.57 | 80.45 | 71.48 | - |
| YUV | 228.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 238 | 208 | 0.09 | 0 | 0.13 | 0.07 | 102 | 0.47 | 0.87 |
| Hex | D9 | EE | D0 | 9 | 0 | D | 7 | 66 | 2F | 57 |
| Octal | 331 | 356 | 320 | 11 | 0 | 15 | 7 | 146 | 57 | 127 |
| Binary | 11011001 | 11101110 | 11010000 | 1001 | 0 | 1101 | 111 | 1100110 | 101111 | 1010111 |
Color Harmonies of #D9EED0
Complementary color
Monochromatic Colors of #D9EED0
Black with #D9EED0
Text Example
Text Example
White with #D9EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EED0; }
p { color: rgb(217,238,208); }
H1.HeaderClassName
{
color: #D9EED0;
}
.AnyTagClassName
{
color: #D9EED0;
}
</style>
background-color css
<style>
a { background-color: #D9EED0; }
a { background-color: rgb(217,238,208); }
div.DivClassName
{
background-color: #D9EED0;
}
.BgClassName
{
background-color: #D9EED0;
}
</style>
border-color css
<style>
span { border-color: #D9EED0; }
span { border-color: rgb(217,238,208); }
td.TdClassName
{
border-color: #D9EED0;
}
.TagClassName
{
border-color: #D9EED0;
}
</style>