Shades of Peppermint #D1DCCC
Tints of Peppermint #D1DCCC
RGB
CMYK
RGB Variations
Color information
#D1DCCC (or 0xD1DCCC) is known color: Peppermint. HEX triplet: D1, DC and CC. RGB value is (209,220,204). Sum of RGB (Red+Green+Blue) = 209+220+204=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCCC is #2E2333. Grayscale: #D6D6D6. Windows color (decimal): -3023668 or 13425873. OLE color: 13425873.
HSL color Cylindrical-coordinate representation of color #D1DCCC: hue angle of 101.25º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1DCCC is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 204 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.14 |
| HSL | 101.25º | 0.19% | 0.83% | - |
| HSV(B) | 101.25º | 0.07% | 0.86% | - |
| XYZ | 62.79 | 69.1 | 67.16 | - |
| YUV | 214.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 204 | 0.05 | 0 | 0.07 | 0.14 | 101.25 | 0.19 | 0.83 |
| Hex | D1 | DC | CC | 5 | 0 | 7 | E | 65 | 13 | 53 |
| Octal | 321 | 334 | 314 | 5 | 0 | 7 | 16 | 145 | 23 | 123 |
| Binary | 11010001 | 11011100 | 11001100 | 101 | 0 | 111 | 1110 | 1100101 | 10011 | 1010011 |
Color Harmonies of #D1DCCC
Complementary color
Monochromatic Colors of #D1DCCC
Black with #D1DCCC
Text Example
Text Example
White with #D1DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCCC; }
p { color: rgb(209,220,204); }
H1.HeaderClassName
{
color: #D1DCCC;
}
.AnyTagClassName
{
color: #D1DCCC;
}
</style>
background-color css
<style>
a { background-color: #D1DCCC; }
a { background-color: rgb(209,220,204); }
div.DivClassName
{
background-color: #D1DCCC;
}
.BgClassName
{
background-color: #D1DCCC;
}
</style>
border-color css
<style>
span { border-color: #D1DCCC; }
span { border-color: rgb(209,220,204); }
td.TdClassName
{
border-color: #D1DCCC;
}
.TagClassName
{
border-color: #D1DCCC;
}
</style>