Shades of Peppermint #D2DFCF
Tints of Peppermint #D2DFCF
RGB
CMYK
RGB Variations
Color information
#D2DFCF (or 0xD2DFCF) is known color: Peppermint. HEX triplet: D2, DF and CF. RGB value is (210,223,207). Sum of RGB (Red+Green+Blue) = 210+223+207=640 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.81% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DFCF is #2D2030. Grayscale: #D9D9D9. Windows color (decimal): -2957361 or 13623250. OLE color: 13623250.
HSL color Cylindrical-coordinate representation of color #D2DFCF: hue angle of 108.75º 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 #D2DFCF is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 207 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.13 |
| HSL | 108.75º | 0.2% | 0.84% | - |
| HSV(B) | 108.75º | 0.07% | 0.87% | - |
| XYZ | 64.23 | 70.98 | 69.35 | - |
| YUV | 217.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 207 | 0.06 | 0 | 0.07 | 0.13 | 108.75 | 0.2 | 0.84 |
| Hex | D2 | DF | CF | 6 | 0 | 7 | D | 6D | 14 | 54 |
| Octal | 322 | 337 | 317 | 6 | 0 | 7 | 15 | 155 | 24 | 124 |
| Binary | 11010010 | 11011111 | 11001111 | 110 | 0 | 111 | 1101 | 1101101 | 10100 | 1010100 |
Color Harmonies of #D2DFCF
Complementary color
Monochromatic Colors of #D2DFCF
Black with #D2DFCF
Text Example
Text Example
White with #D2DFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DFCF; }
p { color: rgb(210,223,207); }
H1.HeaderClassName
{
color: #D2DFCF;
}
.AnyTagClassName
{
color: #D2DFCF;
}
</style>
background-color css
<style>
a { background-color: #D2DFCF; }
a { background-color: rgb(210,223,207); }
div.DivClassName
{
background-color: #D2DFCF;
}
.BgClassName
{
background-color: #D2DFCF;
}
</style>
border-color css
<style>
span { border-color: #D2DFCF; }
span { border-color: rgb(210,223,207); }
td.TdClassName
{
border-color: #D2DFCF;
}
.TagClassName
{
border-color: #D2DFCF;
}
</style>