Shades of Peppermint #D1DCCD
Tints of Peppermint #D1DCCD
RGB
CMYK
RGB Variations
Color information
#D1DCCD (or 0xD1DCCD) is known color: Peppermint. HEX triplet: D1, DC and CD. RGB value is (209,220,205). Sum of RGB (Red+Green+Blue) = 209+220+205=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCCD is #2E2332. Grayscale: #D7D7D7. Windows color (decimal): -3023667 or 13491409. OLE color: 13491409.
HSL color Cylindrical-coordinate representation of color #D1DCCD: hue angle of 104º degrees, saturation: 0.18, 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 #D1DCCD is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 209 | 220 | 205 | - |
CMYK | 0.05 | 0 | 0.07 | 0.14 |
HSL | 104º | 0.18% | 0.83% | - |
HSV(B) | 104º | 0.07% | 0.86% | - |
XYZ | 62.91 | 69.15 | 67.79 | - |
YUV | 215 | 122.36 | 123.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 220 | 205 | 0.05 | 0 | 0.07 | 0.14 | 104 | 0.18 | 0.83 |
Hex | D1 | DC | CD | 5 | 0 | 7 | E | 68 | 12 | 53 |
Octal | 321 | 334 | 315 | 5 | 0 | 7 | 16 | 150 | 22 | 123 |
Binary | 11010001 | 11011100 | 11001101 | 101 | 0 | 111 | 1110 | 1101000 | 10010 | 1010011 |
Color Harmonies of #D1DCCD
Complementary color
Monochromatic Colors of #D1DCCD
Black with #D1DCCD
Text Example
Text Example
White with #D1DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCCD; }
p { color: rgb(209,220,205); }
H1.HeaderClassName
{
color: #D1DCCD;
}
.AnyTagClassName
{
color: #D1DCCD;
}
</style>
background-color css
<style>
a { background-color: #D1DCCD; }
a { background-color: rgb(209,220,205); }
div.DivClassName
{
background-color: #D1DCCD;
}
.BgClassName
{
background-color: #D1DCCD;
}
</style>
border-color css
<style>
span { border-color: #D1DCCD; }
span { border-color: rgb(209,220,205); }
td.TdClassName
{
border-color: #D1DCCD;
}
.TagClassName
{
border-color: #D1DCCD;
}
</style>