Shades of Peppermint #D0DFCC
Tints of Peppermint #D0DFCC
RGB
CMYK
RGB Variations
Color information
#D0DFCC (or 0xD0DFCC) is known color: Peppermint. HEX triplet: D0, DF and CC. RGB value is (208,223,204). Sum of RGB (Red+Green+Blue) = 208+223+204=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFCC is #2F2033. Grayscale: #D8D8D8. Windows color (decimal): -3088436 or 13426640. OLE color: 13426640.
HSL color Cylindrical-coordinate representation of color #D0DFCC: hue angle of 107.37º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0DFCC is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 208 | 223 | 204 | - |
CMYK | 0.07 | 0 | 0.09 | 0.13 |
HSL | 107.37º | 0.23% | 0.84% | - |
HSV(B) | 107.37º | 0.09% | 0.87% | - |
XYZ | 63.3 | 70.54 | 67.41 | - |
YUV | 216.35 | 121.03 | 122.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 223 | 204 | 0.07 | 0 | 0.09 | 0.13 | 107.37 | 0.23 | 0.84 |
Hex | D0 | DF | CC | 7 | 0 | 9 | D | 6B | 17 | 54 |
Octal | 320 | 337 | 314 | 7 | 0 | 11 | 15 | 153 | 27 | 124 |
Binary | 11010000 | 11011111 | 11001100 | 111 | 0 | 1001 | 1101 | 1101011 | 10111 | 1010100 |
Color Harmonies of #D0DFCC
Complementary color
Monochromatic Colors of #D0DFCC
Black with #D0DFCC
Text Example
Text Example
White with #D0DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFCC; }
p { color: rgb(208,223,204); }
H1.HeaderClassName
{
color: #D0DFCC;
}
.AnyTagClassName
{
color: #D0DFCC;
}
</style>
background-color css
<style>
a { background-color: #D0DFCC; }
a { background-color: rgb(208,223,204); }
div.DivClassName
{
background-color: #D0DFCC;
}
.BgClassName
{
background-color: #D0DFCC;
}
</style>
border-color css
<style>
span { border-color: #D0DFCC; }
span { border-color: rgb(208,223,204); }
td.TdClassName
{
border-color: #D0DFCC;
}
.TagClassName
{
border-color: #D0DFCC;
}
</style>