Shades of Peppermint #D2DDCF
Tints of Peppermint #D2DDCF
RGB
CMYK
RGB Variations
Color information
#D2DDCF (or 0xD2DDCF) is known color: Peppermint. HEX triplet: D2, DD and CF. RGB value is (210,221,207). Sum of RGB (Red+Green+Blue) = 210+221+207=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDCF is #2D2230. Grayscale: #D8D8D8. Windows color (decimal): -2957873 or 13622738. OLE color: 13622738.
HSL color Cylindrical-coordinate representation of color #D2DDCF: hue angle of 107.14º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2DDCF is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 207 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.13 |
| HSL | 107.14º | 0.17% | 0.84% | - |
| HSV(B) | 107.14º | 0.06% | 0.87% | - |
| XYZ | 63.7 | 69.92 | 69.17 | - |
| YUV | 216.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 207 | 0.05 | 0 | 0.06 | 0.13 | 107.14 | 0.17 | 0.84 |
| Hex | D2 | DD | CF | 5 | 0 | 6 | D | 6B | 11 | 54 |
| Octal | 322 | 335 | 317 | 5 | 0 | 6 | 15 | 153 | 21 | 124 |
| Binary | 11010010 | 11011101 | 11001111 | 101 | 0 | 110 | 1101 | 1101011 | 10001 | 1010100 |
Color Harmonies of #D2DDCF
Complementary color
Monochromatic Colors of #D2DDCF
Black with #D2DDCF
Text Example
Text Example
White with #D2DDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDCF; }
p { color: rgb(210,221,207); }
H1.HeaderClassName
{
color: #D2DDCF;
}
.AnyTagClassName
{
color: #D2DDCF;
}
</style>
background-color css
<style>
a { background-color: #D2DDCF; }
a { background-color: rgb(210,221,207); }
div.DivClassName
{
background-color: #D2DDCF;
}
.BgClassName
{
background-color: #D2DDCF;
}
</style>
border-color css
<style>
span { border-color: #D2DDCF; }
span { border-color: rgb(210,221,207); }
td.TdClassName
{
border-color: #D2DDCF;
}
.TagClassName
{
border-color: #D2DDCF;
}
</style>