Shades of Peppermint #DAEBD0
Tints of Peppermint #DAEBD0
RGB
CMYK
RGB Variations
Color information
#DAEBD0 (or 0xDAEBD0) is known color: Peppermint. HEX triplet: DA, EB and D0. RGB value is (218,235,208). Sum of RGB (Red+Green+Blue) = 218+235+208=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBD0 is #25142F. Grayscale: #E2E2E2. Windows color (decimal): -2430000 or 13691866. OLE color: 13691866.
HSL color Cylindrical-coordinate representation of color #DAEBD0: hue angle of 97.78º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAEBD0 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 208 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.08 |
| HSL | 97.78º | 0.4% | 0.87% | - |
| HSV(B) | 97.78º | 0.11% | 0.92% | - |
| XYZ | 70.01 | 78.88 | 71.21 | - |
| YUV | 226.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 208 | 0.07 | 0 | 0.11 | 0.08 | 97.78 | 0.4 | 0.87 |
| Hex | DA | EB | D0 | 7 | 0 | B | 8 | 62 | 28 | 57 |
| Octal | 332 | 353 | 320 | 7 | 0 | 13 | 10 | 142 | 50 | 127 |
| Binary | 11011010 | 11101011 | 11010000 | 111 | 0 | 1011 | 1000 | 1100010 | 101000 | 1010111 |
Color Harmonies of #DAEBD0
Complementary color
Monochromatic Colors of #DAEBD0
Black with #DAEBD0
Text Example
Text Example
White with #DAEBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEBD0; }
p { color: rgb(218,235,208); }
H1.HeaderClassName
{
color: #DAEBD0;
}
.AnyTagClassName
{
color: #DAEBD0;
}
</style>
background-color css
<style>
a { background-color: #DAEBD0; }
a { background-color: rgb(218,235,208); }
div.DivClassName
{
background-color: #DAEBD0;
}
.BgClassName
{
background-color: #DAEBD0;
}
</style>
border-color css
<style>
span { border-color: #DAEBD0; }
span { border-color: rgb(218,235,208); }
td.TdClassName
{
border-color: #DAEBD0;
}
.TagClassName
{
border-color: #DAEBD0;
}
</style>