Shades of Peppermint #D0DFCE
Tints of Peppermint #D0DFCE
RGB
CMYK
RGB Variations
Color information
#D0DFCE (or 0xD0DFCE) is known color: Peppermint. HEX triplet: D0, DF and CE. RGB value is (208,223,206). Sum of RGB (Red+Green+Blue) = 208+223+206=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFCE is #2F2031. Grayscale: #D8D8D8. Windows color (decimal): -3088434 or 13557712. OLE color: 13557712.
HSL color Cylindrical-coordinate representation of color #D0DFCE: hue angle of 112.94º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0DFCE is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 206 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.13 |
| HSL | 112.94º | 0.21% | 0.84% | - |
| HSV(B) | 112.94º | 0.08% | 0.87% | - |
| XYZ | 63.54 | 70.64 | 68.68 | - |
| YUV | 216.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 206 | 0.07 | 0 | 0.08 | 0.13 | 112.94 | 0.21 | 0.84 |
| Hex | D0 | DF | CE | 7 | 0 | 8 | D | 71 | 15 | 54 |
| Octal | 320 | 337 | 316 | 7 | 0 | 10 | 15 | 161 | 25 | 124 |
| Binary | 11010000 | 11011111 | 11001110 | 111 | 0 | 1000 | 1101 | 1110001 | 10101 | 1010100 |
Color Harmonies of #D0DFCE
Complementary color
Monochromatic Colors of #D0DFCE
Black with #D0DFCE
Text Example
Text Example
White with #D0DFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFCE; }
p { color: rgb(208,223,206); }
H1.HeaderClassName
{
color: #D0DFCE;
}
.AnyTagClassName
{
color: #D0DFCE;
}
</style>
background-color css
<style>
a { background-color: #D0DFCE; }
a { background-color: rgb(208,223,206); }
div.DivClassName
{
background-color: #D0DFCE;
}
.BgClassName
{
background-color: #D0DFCE;
}
</style>
border-color css
<style>
span { border-color: #D0DFCE; }
span { border-color: rgb(208,223,206); }
td.TdClassName
{
border-color: #D0DFCE;
}
.TagClassName
{
border-color: #D0DFCE;
}
</style>