Shades of Peppermint #D5E8CF
Tints of Peppermint #D5E8CF
RGB
CMYK
RGB Variations
Color information
#D5E8CF (or 0xD5E8CF) is known color: Peppermint. HEX triplet: D5, E8 and CF. RGB value is (213,232,207). Sum of RGB (Red+Green+Blue) = 213+232+207=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E8CF is #2A1730. Grayscale: #DFDFDF. Windows color (decimal): -2758449 or 13625557. OLE color: 13625557.
HSL color Cylindrical-coordinate representation of color #D5E8CF: hue angle of 105.6º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5E8CF is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 232 | 207 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.09 |
| HSL | 105.6º | 0.35% | 0.86% | - |
| HSV(B) | 105.6º | 0.11% | 0.91% | - |
| XYZ | 67.56 | 76.36 | 70.21 | - |
| YUV | 223.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 232 | 207 | 0.08 | 0 | 0.11 | 0.09 | 105.6 | 0.35 | 0.86 |
| Hex | D5 | E8 | CF | 8 | 0 | B | 9 | 6A | 23 | 56 |
| Octal | 325 | 350 | 317 | 10 | 0 | 13 | 11 | 152 | 43 | 126 |
| Binary | 11010101 | 11101000 | 11001111 | 1000 | 0 | 1011 | 1001 | 1101010 | 100011 | 1010110 |
Color Harmonies of #D5E8CF
Complementary color
Monochromatic Colors of #D5E8CF
Black with #D5E8CF
Text Example
Text Example
White with #D5E8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E8CF; }
p { color: rgb(213,232,207); }
H1.HeaderClassName
{
color: #D5E8CF;
}
.AnyTagClassName
{
color: #D5E8CF;
}
</style>
background-color css
<style>
a { background-color: #D5E8CF; }
a { background-color: rgb(213,232,207); }
div.DivClassName
{
background-color: #D5E8CF;
}
.BgClassName
{
background-color: #D5E8CF;
}
</style>
border-color css
<style>
span { border-color: #D5E8CF; }
span { border-color: rgb(213,232,207); }
td.TdClassName
{
border-color: #D5E8CF;
}
.TagClassName
{
border-color: #D5E8CF;
}
</style>