Shades of Peppermint #D0DDCF
Tints of Peppermint #D0DDCF
RGB
CMYK
RGB Variations
Color information
#D0DDCF (or 0xD0DDCF) is known color: Peppermint. HEX triplet: D0, DD and CF. RGB value is (208,221,207). Sum of RGB (Red+Green+Blue) = 208+221+207=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDCF is #2F2230. Grayscale: #D7D7D7. Windows color (decimal): -3088945 or 13622736. OLE color: 13622736.
HSL color Cylindrical-coordinate representation of color #D0DDCF: hue angle of 115.71º 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 #D0DDCF is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 207 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.13 |
| HSL | 115.71º | 0.17% | 0.84% | - |
| HSV(B) | 115.71º | 0.06% | 0.87% | - |
| XYZ | 63.13 | 69.63 | 69.14 | - |
| YUV | 215.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 207 | 0.06 | 0 | 0.06 | 0.13 | 115.71 | 0.17 | 0.84 |
| Hex | D0 | DD | CF | 6 | 0 | 6 | D | 74 | 11 | 54 |
| Octal | 320 | 335 | 317 | 6 | 0 | 6 | 15 | 164 | 21 | 124 |
| Binary | 11010000 | 11011101 | 11001111 | 110 | 0 | 110 | 1101 | 1110100 | 10001 | 1010100 |
Color Harmonies of #D0DDCF
Complementary color
Monochromatic Colors of #D0DDCF
Black with #D0DDCF
Text Example
Text Example
White with #D0DDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDCF; }
p { color: rgb(208,221,207); }
H1.HeaderClassName
{
color: #D0DDCF;
}
.AnyTagClassName
{
color: #D0DDCF;
}
</style>
background-color css
<style>
a { background-color: #D0DDCF; }
a { background-color: rgb(208,221,207); }
div.DivClassName
{
background-color: #D0DDCF;
}
.BgClassName
{
background-color: #D0DDCF;
}
</style>
border-color css
<style>
span { border-color: #D0DDCF; }
span { border-color: rgb(208,221,207); }
td.TdClassName
{
border-color: #D0DDCF;
}
.TagClassName
{
border-color: #D0DDCF;
}
</style>