Shades of Peppermint #D5DFCF
Tints of Peppermint #D5DFCF
RGB
CMYK
RGB Variations
Color information
#D5DFCF (or 0xD5DFCF) is known color: Peppermint. HEX triplet: D5, DF and CF. RGB value is (213,223,207). Sum of RGB (Red+Green+Blue) = 213+223+207=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFCF is #2A2030. Grayscale: #DADADA. Windows color (decimal): -2760753 or 13623253. OLE color: 13623253.
HSL color Cylindrical-coordinate representation of color #D5DFCF: hue angle of 97.5º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5DFCF is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 207 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.13 |
| HSL | 97.5º | 0.2% | 0.84% | - |
| HSV(B) | 97.5º | 0.07% | 0.87% | - |
| XYZ | 65.09 | 71.43 | 69.39 | - |
| YUV | 218.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 207 | 0.04 | 0 | 0.07 | 0.13 | 97.5 | 0.2 | 0.84 |
| Hex | D5 | DF | CF | 4 | 0 | 7 | D | 62 | 14 | 54 |
| Octal | 325 | 337 | 317 | 4 | 0 | 7 | 15 | 142 | 24 | 124 |
| Binary | 11010101 | 11011111 | 11001111 | 100 | 0 | 111 | 1101 | 1100010 | 10100 | 1010100 |
Color Harmonies of #D5DFCF
Complementary color
Monochromatic Colors of #D5DFCF
Black with #D5DFCF
Text Example
Text Example
White with #D5DFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DFCF; }
p { color: rgb(213,223,207); }
H1.HeaderClassName
{
color: #D5DFCF;
}
.AnyTagClassName
{
color: #D5DFCF;
}
</style>
background-color css
<style>
a { background-color: #D5DFCF; }
a { background-color: rgb(213,223,207); }
div.DivClassName
{
background-color: #D5DFCF;
}
.BgClassName
{
background-color: #D5DFCF;
}
</style>
border-color css
<style>
span { border-color: #D5DFCF; }
span { border-color: rgb(213,223,207); }
td.TdClassName
{
border-color: #D5DFCF;
}
.TagClassName
{
border-color: #D5DFCF;
}
</style>