Shades of Peppermint #D0DCCB
Tints of Peppermint #D0DCCB
RGB
CMYK
RGB Variations
Color information
#D0DCCB (or 0xD0DCCB) is known color: Peppermint. HEX triplet: D0, DC and CB. RGB value is (208,220,203). Sum of RGB (Red+Green+Blue) = 208+220+203=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCCB is #2F2334. Grayscale: #D6D6D6. Windows color (decimal): -3089205 or 13360336. OLE color: 13360336.
HSL color Cylindrical-coordinate representation of color #D0DCCB: hue angle of 102.35º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0DCCB is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 203 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.14 |
| HSL | 102.35º | 0.2% | 0.83% | - |
| HSV(B) | 102.35º | 0.08% | 0.86% | - |
| XYZ | 62.39 | 68.91 | 66.51 | - |
| YUV | 214.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 203 | 0.05 | 0 | 0.08 | 0.14 | 102.35 | 0.2 | 0.83 |
| Hex | D0 | DC | CB | 5 | 0 | 8 | E | 66 | 14 | 53 |
| Octal | 320 | 334 | 313 | 5 | 0 | 10 | 16 | 146 | 24 | 123 |
| Binary | 11010000 | 11011100 | 11001011 | 101 | 0 | 1000 | 1110 | 1100110 | 10100 | 1010011 |
Color Harmonies of #D0DCCB
Complementary color
Monochromatic Colors of #D0DCCB
Black with #D0DCCB
Text Example
Text Example
White with #D0DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DCCB; }
p { color: rgb(208,220,203); }
H1.HeaderClassName
{
color: #D0DCCB;
}
.AnyTagClassName
{
color: #D0DCCB;
}
</style>
background-color css
<style>
a { background-color: #D0DCCB; }
a { background-color: rgb(208,220,203); }
div.DivClassName
{
background-color: #D0DCCB;
}
.BgClassName
{
background-color: #D0DCCB;
}
</style>
border-color css
<style>
span { border-color: #D0DCCB; }
span { border-color: rgb(208,220,203); }
td.TdClassName
{
border-color: #D0DCCB;
}
.TagClassName
{
border-color: #D0DCCB;
}
</style>