Shades of Peppermint #DADCD9
Tints of Peppermint #DADCD9
RGB
CMYK
RGB Variations
Color information
#DADCD9 (or 0xDADCD9) is known color: Peppermint. HEX triplet: DA, DC and D9. RGB value is (218,220,217). Sum of RGB (Red+Green+Blue) = 218+220+217=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCD9 is #252326. Grayscale: #DBDBDB. Windows color (decimal): -2433831 or 14277850. OLE color: 14277850.
HSL color Cylindrical-coordinate representation of color #DADCD9: hue angle of 100º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DADCD9 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 220 | 217 | - |
CMYK | 0.01 | 0 | 0.01 | 0.14 |
HSL | 100º | 0.04% | 0.86% | - |
HSV(B) | 100º | 0.01% | 0.86% | - |
XYZ | 67.03 | 71.1 | 75.84 | - |
YUV | 219.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 220 | 217 | 0.01 | 0 | 0.01 | 0.14 | 100 | 0.04 | 0.86 |
Hex | DA | DC | D9 | 1 | 0 | 1 | E | 64 | 4 | 56 |
Octal | 332 | 334 | 331 | 1 | 0 | 1 | 16 | 144 | 4 | 126 |
Binary | 11011010 | 11011100 | 11011001 | 1 | 0 | 1 | 1110 | 1100100 | 100 | 1010110 |
Color Harmonies of #DADCD9
Complementary color
Monochromatic Colors of #DADCD9
Black with #DADCD9
Text Example
Text Example
White with #DADCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCD9; }
p { color: rgb(218,220,217); }
H1.HeaderClassName
{
color: #DADCD9;
}
.AnyTagClassName
{
color: #DADCD9;
}
</style>
background-color css
<style>
a { background-color: #DADCD9; }
a { background-color: rgb(218,220,217); }
div.DivClassName
{
background-color: #DADCD9;
}
.BgClassName
{
background-color: #DADCD9;
}
</style>
border-color css
<style>
span { border-color: #DADCD9; }
span { border-color: rgb(218,220,217); }
td.TdClassName
{
border-color: #DADCD9;
}
.TagClassName
{
border-color: #DADCD9;
}
</style>