Shades of Peppermint #D0D7CD
Tints of Peppermint #D0D7CD
RGB
CMYK
RGB Variations
Color information
#D0D7CD (or 0xD0D7CD) is known color: Peppermint. HEX triplet: D0, D7 and CD. RGB value is (208,215,205). Sum of RGB (Red+Green+Blue) = 208+215+205=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D7CD is #2F2832. Grayscale: #D3D3D3. Windows color (decimal): -3090483 or 13490128. OLE color: 13490128.
HSL color Cylindrical-coordinate representation of color #D0D7CD: hue angle of 102º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0D7CD is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 208 | 215 | 205 | - |
CMYK | 0.03 | 0 | 0.05 | 0.16 |
HSL | 102º | 0.11% | 0.82% | - |
HSV(B) | 102º | 0.05% | 0.84% | - |
XYZ | 61.33 | 66.42 | 67.35 | - |
YUV | 211.77 | 124.18 | 125.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 215 | 205 | 0.03 | 0 | 0.05 | 0.16 | 102 | 0.11 | 0.82 |
Hex | D0 | D7 | CD | 3 | 0 | 5 | 10 | 66 | B | 52 |
Octal | 320 | 327 | 315 | 3 | 0 | 5 | 20 | 146 | 13 | 122 |
Binary | 11010000 | 11010111 | 11001101 | 11 | 0 | 101 | 10000 | 1100110 | 1011 | 1010010 |
Color Harmonies of #D0D7CD
Complementary color
Monochromatic Colors of #D0D7CD
Black with #D0D7CD
Text Example
Text Example
White with #D0D7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D7CD; }
p { color: rgb(208,215,205); }
H1.HeaderClassName
{
color: #D0D7CD;
}
.AnyTagClassName
{
color: #D0D7CD;
}
</style>
background-color css
<style>
a { background-color: #D0D7CD; }
a { background-color: rgb(208,215,205); }
div.DivClassName
{
background-color: #D0D7CD;
}
.BgClassName
{
background-color: #D0D7CD;
}
</style>
border-color css
<style>
span { border-color: #D0D7CD; }
span { border-color: rgb(208,215,205); }
td.TdClassName
{
border-color: #D0D7CD;
}
.TagClassName
{
border-color: #D0D7CD;
}
</style>