Shades of Peppermint #D9EDCD
Tints of Peppermint #D9EDCD
RGB
CMYK
RGB Variations
Color information
#D9EDCD (or 0xD9EDCD) is known color: Peppermint. HEX triplet: D9, ED and CD. RGB value is (217,237,205). Sum of RGB (Red+Green+Blue) = 217+237+205=659 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.93% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EDCD is #261232. Grayscale: #E3E3E3. Windows color (decimal): -2495027 or 13495769. OLE color: 13495769.
HSL color Cylindrical-coordinate representation of color #D9EDCD: hue angle of 97.5º 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 #D9EDCD is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 237 | 205 | - |
CMYK | 0.08 | 0 | 0.14 | 0.07 |
HSL | 97.5º | 0.47% | 0.87% | - |
HSV(B) | 97.5º | 0.14% | 0.93% | - |
XYZ | 69.92 | 79.73 | 69.46 | - |
YUV | 227.37 | 115.37 | 120.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 237 | 205 | 0.08 | 0 | 0.14 | 0.07 | 97.5 | 0.47 | 0.87 |
Hex | D9 | ED | CD | 8 | 0 | E | 7 | 62 | 2F | 57 |
Octal | 331 | 355 | 315 | 10 | 0 | 16 | 7 | 142 | 57 | 127 |
Binary | 11011001 | 11101101 | 11001101 | 1000 | 0 | 1110 | 111 | 1100010 | 101111 | 1010111 |
Color Harmonies of #D9EDCD
Complementary color
Monochromatic Colors of #D9EDCD
Black with #D9EDCD
Text Example
Text Example
White with #D9EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EDCD; }
p { color: rgb(217,237,205); }
H1.HeaderClassName
{
color: #D9EDCD;
}
.AnyTagClassName
{
color: #D9EDCD;
}
</style>
background-color css
<style>
a { background-color: #D9EDCD; }
a { background-color: rgb(217,237,205); }
div.DivClassName
{
background-color: #D9EDCD;
}
.BgClassName
{
background-color: #D9EDCD;
}
</style>
border-color css
<style>
span { border-color: #D9EDCD; }
span { border-color: rgb(217,237,205); }
td.TdClassName
{
border-color: #D9EDCD;
}
.TagClassName
{
border-color: #D9EDCD;
}
</style>