Shades of Peppermint #DAE1D8
Tints of Peppermint #DAE1D8
RGB
CMYK
RGB Variations
Color information
#DAE1D8 (or 0xDAE1D8) is known color: Peppermint. HEX triplet: DA, E1 and D8. RGB value is (218,225,216). Sum of RGB (Red+Green+Blue) = 218+225+216=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1D8 is #251E27. Grayscale: #DDDDDD. Windows color (decimal): -2432552 or 14213594. OLE color: 14213594.
HSL color Cylindrical-coordinate representation of color #DAE1D8: hue angle of 106.67º degrees, saturation: 0.13, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAE1D8 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 216 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.12 |
| HSL | 106.67º | 0.13% | 0.86% | - |
| HSV(B) | 106.67º | 0.04% | 0.88% | - |
| XYZ | 68.23 | 73.71 | 75.6 | - |
| YUV | 221.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 216 | 0.03 | 0 | 0.04 | 0.12 | 106.67 | 0.13 | 0.86 |
| Hex | DA | E1 | D8 | 3 | 0 | 4 | C | 6B | D | 56 |
| Octal | 332 | 341 | 330 | 3 | 0 | 4 | 14 | 153 | 15 | 126 |
| Binary | 11011010 | 11100001 | 11011000 | 11 | 0 | 100 | 1100 | 1101011 | 1101 | 1010110 |
Color Harmonies of #DAE1D8
Complementary color
Monochromatic Colors of #DAE1D8
Black with #DAE1D8
Text Example
Text Example
White with #DAE1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1D8; }
p { color: rgb(218,225,216); }
H1.HeaderClassName
{
color: #DAE1D8;
}
.AnyTagClassName
{
color: #DAE1D8;
}
</style>
background-color css
<style>
a { background-color: #DAE1D8; }
a { background-color: rgb(218,225,216); }
div.DivClassName
{
background-color: #DAE1D8;
}
.BgClassName
{
background-color: #DAE1D8;
}
</style>
border-color css
<style>
span { border-color: #DAE1D8; }
span { border-color: rgb(218,225,216); }
td.TdClassName
{
border-color: #DAE1D8;
}
.TagClassName
{
border-color: #DAE1D8;
}
</style>