Shades of Peppermint #D1D7CF
Tints of Peppermint #D1D7CF
RGB
CMYK
RGB Variations
Color information
#D1D7CF (or 0xD1D7CF) is known color: Peppermint. HEX triplet: D1, D7 and CF. RGB value is (209,215,207). Sum of RGB (Red+Green+Blue) = 209+215+207=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D7CF is #2E2830. Grayscale: #D4D4D4. Windows color (decimal): -3024945 or 13621201. OLE color: 13621201.
HSL color Cylindrical-coordinate representation of color #D1D7CF: hue angle of 105º degrees, saturation: 0.09, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D1D7CF is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 209 | 215 | 207 | - |
CMYK | 0.03 | 0 | 0.04 | 0.16 |
HSL | 105º | 0.09% | 0.83% | - |
HSV(B) | 105º | 0.04% | 0.84% | - |
XYZ | 61.86 | 66.66 | 68.64 | - |
YUV | 212.29 | 125.01 | 125.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 215 | 207 | 0.03 | 0 | 0.04 | 0.16 | 105 | 0.09 | 0.83 |
Hex | D1 | D7 | CF | 3 | 0 | 4 | 10 | 69 | 9 | 53 |
Octal | 321 | 327 | 317 | 3 | 0 | 4 | 20 | 151 | 11 | 123 |
Binary | 11010001 | 11010111 | 11001111 | 11 | 0 | 100 | 10000 | 1101001 | 1001 | 1010011 |
Color Harmonies of #D1D7CF
Complementary color
Monochromatic Colors of #D1D7CF
Black with #D1D7CF
Text Example
Text Example
White with #D1D7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D7CF; }
p { color: rgb(209,215,207); }
H1.HeaderClassName
{
color: #D1D7CF;
}
.AnyTagClassName
{
color: #D1D7CF;
}
</style>
background-color css
<style>
a { background-color: #D1D7CF; }
a { background-color: rgb(209,215,207); }
div.DivClassName
{
background-color: #D1D7CF;
}
.BgClassName
{
background-color: #D1D7CF;
}
</style>
border-color css
<style>
span { border-color: #D1D7CF; }
span { border-color: rgb(209,215,207); }
td.TdClassName
{
border-color: #D1D7CF;
}
.TagClassName
{
border-color: #D1D7CF;
}
</style>