Shades of Peppermint #D6DED3
Tints of Peppermint #D6DED3
RGB
CMYK
RGB Variations
Color information
#D6DED3 (or 0xD6DED3) is known color: Peppermint. HEX triplet: D6, DE and D3. RGB value is (214,222,211). Sum of RGB (Red+Green+Blue) = 214+222+211=647 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.08% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DED3 is #29212C. Grayscale: #DADADA. Windows color (decimal): -2695469 or 13885142. OLE color: 13885142.
HSL color Cylindrical-coordinate representation of color #D6DED3: hue angle of 103.64º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6DED3 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 214 | 222 | 211 | - |
CMYK | 0.04 | 0 | 0.05 | 0.13 |
HSL | 103.64º | 0.14% | 0.85% | - |
HSV(B) | 103.64º | 0.05% | 0.87% | - |
XYZ | 65.61 | 71.24 | 71.92 | - |
YUV | 218.35 | 123.85 | 124.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 222 | 211 | 0.04 | 0 | 0.05 | 0.13 | 103.64 | 0.14 | 0.85 |
Hex | D6 | DE | D3 | 4 | 0 | 5 | D | 68 | E | 55 |
Octal | 326 | 336 | 323 | 4 | 0 | 5 | 15 | 150 | 16 | 125 |
Binary | 11010110 | 11011110 | 11010011 | 100 | 0 | 101 | 1101 | 1101000 | 1110 | 1010101 |
Color Harmonies of #D6DED3
Complementary color
Monochromatic Colors of #D6DED3
Black with #D6DED3
Text Example
Text Example
White with #D6DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DED3; }
p { color: rgb(214,222,211); }
H1.HeaderClassName
{
color: #D6DED3;
}
.AnyTagClassName
{
color: #D6DED3;
}
</style>
background-color css
<style>
a { background-color: #D6DED3; }
a { background-color: rgb(214,222,211); }
div.DivClassName
{
background-color: #D6DED3;
}
.BgClassName
{
background-color: #D6DED3;
}
</style>
border-color css
<style>
span { border-color: #D6DED3; }
span { border-color: rgb(214,222,211); }
td.TdClassName
{
border-color: #D6DED3;
}
.TagClassName
{
border-color: #D6DED3;
}
</style>