Shades of Peppermint #D2DCCF
Tints of Peppermint #D2DCCF
RGB
CMYK
RGB Variations
Color information
#D2DCCF (or 0xD2DCCF) is known color: Peppermint. HEX triplet: D2, DC and CF. RGB value is (210,220,207). Sum of RGB (Red+Green+Blue) = 210+220+207=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCCF is #2D2330. Grayscale: #D7D7D7. Windows color (decimal): -2958129 or 13622482. OLE color: 13622482.
HSL color Cylindrical-coordinate representation of color #D2DCCF: hue angle of 106.15º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2DCCF is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 207 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.14 |
| HSL | 106.15º | 0.16% | 0.84% | - |
| HSV(B) | 106.15º | 0.06% | 0.86% | - |
| XYZ | 63.43 | 69.39 | 69.08 | - |
| YUV | 215.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 207 | 0.05 | 0 | 0.06 | 0.14 | 106.15 | 0.16 | 0.84 |
| Hex | D2 | DC | CF | 5 | 0 | 6 | E | 6A | 10 | 54 |
| Octal | 322 | 334 | 317 | 5 | 0 | 6 | 16 | 152 | 20 | 124 |
| Binary | 11010010 | 11011100 | 11001111 | 101 | 0 | 110 | 1110 | 1101010 | 10000 | 1010100 |
Color Harmonies of #D2DCCF
Complementary color
Monochromatic Colors of #D2DCCF
Black with #D2DCCF
Text Example
Text Example
White with #D2DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCCF; }
p { color: rgb(210,220,207); }
H1.HeaderClassName
{
color: #D2DCCF;
}
.AnyTagClassName
{
color: #D2DCCF;
}
</style>
background-color css
<style>
a { background-color: #D2DCCF; }
a { background-color: rgb(210,220,207); }
div.DivClassName
{
background-color: #D2DCCF;
}
.BgClassName
{
background-color: #D2DCCF;
}
</style>
border-color css
<style>
span { border-color: #D2DCCF; }
span { border-color: rgb(210,220,207); }
td.TdClassName
{
border-color: #D2DCCF;
}
.TagClassName
{
border-color: #D2DCCF;
}
</style>