Shades of Peppermint #D0DECC
Tints of Peppermint #D0DECC
RGB
CMYK
RGB Variations
Color information
#D0DECC (or 0xD0DECC) is known color: Peppermint. HEX triplet: D0, DE and CC. RGB value is (208,222,204). Sum of RGB (Red+Green+Blue) = 208+222+204=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DECC is #2F2133. Grayscale: #D7D7D7. Windows color (decimal): -3088692 or 13426384. OLE color: 13426384.
HSL color Cylindrical-coordinate representation of color #D0DECC: hue angle of 106.67º 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 #D0DECC is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 204 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.13 |
| HSL | 106.67º | 0.21% | 0.84% | - |
| HSV(B) | 106.67º | 0.08% | 0.87% | - |
| XYZ | 63.03 | 70.01 | 67.32 | - |
| YUV | 215.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 204 | 0.06 | 0 | 0.08 | 0.13 | 106.67 | 0.21 | 0.84 |
| Hex | D0 | DE | CC | 6 | 0 | 8 | D | 6B | 15 | 54 |
| Octal | 320 | 336 | 314 | 6 | 0 | 10 | 15 | 153 | 25 | 124 |
| Binary | 11010000 | 11011110 | 11001100 | 110 | 0 | 1000 | 1101 | 1101011 | 10101 | 1010100 |
Color Harmonies of #D0DECC
Complementary color
Monochromatic Colors of #D0DECC
Black with #D0DECC
Text Example
Text Example
White with #D0DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DECC; }
p { color: rgb(208,222,204); }
H1.HeaderClassName
{
color: #D0DECC;
}
.AnyTagClassName
{
color: #D0DECC;
}
</style>
background-color css
<style>
a { background-color: #D0DECC; }
a { background-color: rgb(208,222,204); }
div.DivClassName
{
background-color: #D0DECC;
}
.BgClassName
{
background-color: #D0DECC;
}
</style>
border-color css
<style>
span { border-color: #D0DECC; }
span { border-color: rgb(208,222,204); }
td.TdClassName
{
border-color: #D0DECC;
}
.TagClassName
{
border-color: #D0DECC;
}
</style>