Shades of Peppermint #D2D5D1
Tints of Peppermint #D2D5D1
RGB
CMYK
RGB Variations
Color information
#D2D5D1 (or 0xD2D5D1) is known color: Peppermint. HEX triplet: D2, D5 and D1. RGB value is (210,213,209). Sum of RGB (Red+Green+Blue) = 210+213+209=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D5D1 is #2D2A2E. Grayscale: #D3D3D3. Windows color (decimal): -2959919 or 13751762. OLE color: 13751762.
HSL color Cylindrical-coordinate representation of color #D2D5D1: hue angle of 105º degrees, saturation: 0.05, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D2D5D1 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 210 | 213 | 209 | - |
CMYK | 0.01 | 0 | 0.02 | 0.16 |
HSL | 105º | 0.05% | 0.83% | - |
HSV(B) | 105º | 0.02% | 0.84% | - |
XYZ | 61.88 | 65.89 | 69.78 | - |
YUV | 211.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 213 | 209 | 0.01 | 0 | 0.02 | 0.16 | 105 | 0.05 | 0.83 |
Hex | D2 | D5 | D1 | 1 | 0 | 2 | 10 | 69 | 5 | 53 |
Octal | 322 | 325 | 321 | 1 | 0 | 2 | 20 | 151 | 5 | 123 |
Binary | 11010010 | 11010101 | 11010001 | 1 | 0 | 10 | 10000 | 1101001 | 101 | 1010011 |
Color Harmonies of #D2D5D1
Complementary color
Monochromatic Colors of #D2D5D1
Black with #D2D5D1
Text Example
Text Example
White with #D2D5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D5D1; }
p { color: rgb(210,213,209); }
H1.HeaderClassName
{
color: #D2D5D1;
}
.AnyTagClassName
{
color: #D2D5D1;
}
</style>
background-color css
<style>
a { background-color: #D2D5D1; }
a { background-color: rgb(210,213,209); }
div.DivClassName
{
background-color: #D2D5D1;
}
.BgClassName
{
background-color: #D2D5D1;
}
</style>
border-color css
<style>
span { border-color: #D2D5D1; }
span { border-color: rgb(210,213,209); }
td.TdClassName
{
border-color: #D2D5D1;
}
.TagClassName
{
border-color: #D2D5D1;
}
</style>