Shades of Peppermint #DADED8
Tints of Peppermint #DADED8
RGB
CMYK
RGB Variations
Color information
#DADED8 (or 0xDADED8) is known color: Peppermint. HEX triplet: DA, DE and D8. RGB value is (218,222,216). Sum of RGB (Red+Green+Blue) = 218+222+216=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 222 - color contains mainly: green. Hex color #DADED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADED8 is #252127. Grayscale: #DCDCDC. Windows color (decimal): -2433320 or 14212826. OLE color: 14212826.
HSL color Cylindrical-coordinate representation of color #DADED8: hue angle of 100º degrees, saturation: 0.08, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADED8 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 222 | 216 | - |
CMYK | 0.02 | 0 | 0.03 | 0.13 |
HSL | 100º | 0.08% | 0.86% | - |
HSV(B) | 100º | 0.03% | 0.87% | - |
XYZ | 67.43 | 72.11 | 75.33 | - |
YUV | 220.12 | 125.67 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 216 | 0.02 | 0 | 0.03 | 0.13 | 100 | 0.08 | 0.86 |
Hex | DA | DE | D8 | 2 | 0 | 3 | D | 64 | 8 | 56 |
Octal | 332 | 336 | 330 | 2 | 0 | 3 | 15 | 144 | 10 | 126 |
Binary | 11011010 | 11011110 | 11011000 | 10 | 0 | 11 | 1101 | 1100100 | 1000 | 1010110 |
Color Harmonies of #DADED8
Complementary color
Monochromatic Colors of #DADED8
Black with #DADED8
Text Example
Text Example
White with #DADED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADED8; }
p { color: rgb(218,222,216); }
H1.HeaderClassName
{
color: #DADED8;
}
.AnyTagClassName
{
color: #DADED8;
}
</style>
background-color css
<style>
a { background-color: #DADED8; }
a { background-color: rgb(218,222,216); }
div.DivClassName
{
background-color: #DADED8;
}
.BgClassName
{
background-color: #DADED8;
}
</style>
border-color css
<style>
span { border-color: #DADED8; }
span { border-color: rgb(218,222,216); }
td.TdClassName
{
border-color: #DADED8;
}
.TagClassName
{
border-color: #DADED8;
}
</style>