Shades of Peppermint #D9EDD0
Tints of Peppermint #D9EDD0
RGB
CMYK
RGB Variations
Color information
#D9EDD0 (or 0xD9EDD0) is known color: Peppermint. HEX triplet: D9, ED and D0. RGB value is (217,237,208). Sum of RGB (Red+Green+Blue) = 217+237+208=662 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.78% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EDD0 is #26122F. Grayscale: #E3E3E3. Windows color (decimal): -2495024 or 13692377. OLE color: 13692377.
HSL color Cylindrical-coordinate representation of color #D9EDD0: hue angle of 101.38º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9EDD0 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 237 | 208 | - |
CMYK | 0.08 | 0 | 0.12 | 0.07 |
HSL | 101.38º | 0.45% | 0.87% | - |
HSV(B) | 101.38º | 0.12% | 0.93% | - |
XYZ | 70.28 | 79.87 | 71.39 | - |
YUV | 227.71 | 116.87 | 120.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 237 | 208 | 0.08 | 0 | 0.12 | 0.07 | 101.38 | 0.45 | 0.87 |
Hex | D9 | ED | D0 | 8 | 0 | C | 7 | 65 | 2D | 57 |
Octal | 331 | 355 | 320 | 10 | 0 | 14 | 7 | 145 | 55 | 127 |
Binary | 11011001 | 11101101 | 11010000 | 1000 | 0 | 1100 | 111 | 1100101 | 101101 | 1010111 |
Color Harmonies of #D9EDD0
Complementary color
Monochromatic Colors of #D9EDD0
Black with #D9EDD0
Text Example
Text Example
White with #D9EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EDD0; }
p { color: rgb(217,237,208); }
H1.HeaderClassName
{
color: #D9EDD0;
}
.AnyTagClassName
{
color: #D9EDD0;
}
</style>
background-color css
<style>
a { background-color: #D9EDD0; }
a { background-color: rgb(217,237,208); }
div.DivClassName
{
background-color: #D9EDD0;
}
.BgClassName
{
background-color: #D9EDD0;
}
</style>
border-color css
<style>
span { border-color: #D9EDD0; }
span { border-color: rgb(217,237,208); }
td.TdClassName
{
border-color: #D9EDD0;
}
.TagClassName
{
border-color: #D9EDD0;
}
</style>