Shades of Peppermint #DAECD1
Tints of Peppermint #DAECD1
RGB
CMYK
RGB Variations
Color information
#DAECD1 (or 0xDAECD1) is known color: Peppermint. HEX triplet: DA, EC and D1. RGB value is (218,236,209). Sum of RGB (Red+Green+Blue) = 218+236+209=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECD1 is #25132E. Grayscale: #E3E3E3. Windows color (decimal): -2429743 or 13757658. OLE color: 13757658.
HSL color Cylindrical-coordinate representation of color #DAECD1: hue angle of 100º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAECD1 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 209 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.07 |
| HSL | 100º | 0.42% | 0.87% | - |
| HSV(B) | 100º | 0.11% | 0.93% | - |
| XYZ | 70.42 | 79.5 | 71.96 | - |
| YUV | 227.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 209 | 0.08 | 0 | 0.11 | 0.07 | 100 | 0.42 | 0.87 |
| Hex | DA | EC | D1 | 8 | 0 | B | 7 | 64 | 2A | 57 |
| Octal | 332 | 354 | 321 | 10 | 0 | 13 | 7 | 144 | 52 | 127 |
| Binary | 11011010 | 11101100 | 11010001 | 1000 | 0 | 1011 | 111 | 1100100 | 101010 | 1010111 |
Color Harmonies of #DAECD1
Complementary color
Monochromatic Colors of #DAECD1
Black with #DAECD1
Text Example
Text Example
White with #DAECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECD1; }
p { color: rgb(218,236,209); }
H1.HeaderClassName
{
color: #DAECD1;
}
.AnyTagClassName
{
color: #DAECD1;
}
</style>
background-color css
<style>
a { background-color: #DAECD1; }
a { background-color: rgb(218,236,209); }
div.DivClassName
{
background-color: #DAECD1;
}
.BgClassName
{
background-color: #DAECD1;
}
</style>
border-color css
<style>
span { border-color: #DAECD1; }
span { border-color: rgb(218,236,209); }
td.TdClassName
{
border-color: #DAECD1;
}
.TagClassName
{
border-color: #DAECD1;
}
</style>