Shades of Peppermint #DAECD2
Tints of Peppermint #DAECD2
RGB
CMYK
RGB Variations
Color information
#DAECD2 (or 0xDAECD2) is known color: Peppermint. HEX triplet: DA, EC and D2. RGB value is (218,236,210). Sum of RGB (Red+Green+Blue) = 218+236+210=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 210 (82.42% from 255 or 31.63% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECD2 is #25132D. Grayscale: #E3E3E3. Windows color (decimal): -2429742 or 13823194. OLE color: 13823194.
HSL color Cylindrical-coordinate representation of color #DAECD2: hue angle of 101.54º degrees, saturation: 0.41, 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 #DAECD2 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 236 | 210 | - |
CMYK | 0.08 | 0 | 0.11 | 0.07 |
HSL | 101.54º | 0.41% | 0.87% | - |
HSV(B) | 101.54º | 0.11% | 0.93% | - |
XYZ | 70.54 | 79.55 | 72.61 | - |
YUV | 227.65 | 118.04 | 121.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 210 | 0.08 | 0 | 0.11 | 0.07 | 101.54 | 0.41 | 0.87 |
Hex | DA | EC | D2 | 8 | 0 | B | 7 | 66 | 29 | 57 |
Octal | 332 | 354 | 322 | 10 | 0 | 13 | 7 | 146 | 51 | 127 |
Binary | 11011010 | 11101100 | 11010010 | 1000 | 0 | 1011 | 111 | 1100110 | 101001 | 1010111 |
Color Harmonies of #DAECD2
Complementary color
Monochromatic Colors of #DAECD2
Black with #DAECD2
Text Example
Text Example
White with #DAECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECD2; }
p { color: rgb(218,236,210); }
H1.HeaderClassName
{
color: #DAECD2;
}
.AnyTagClassName
{
color: #DAECD2;
}
</style>
background-color css
<style>
a { background-color: #DAECD2; }
a { background-color: rgb(218,236,210); }
div.DivClassName
{
background-color: #DAECD2;
}
.BgClassName
{
background-color: #DAECD2;
}
</style>
border-color css
<style>
span { border-color: #DAECD2; }
span { border-color: rgb(218,236,210); }
td.TdClassName
{
border-color: #DAECD2;
}
.TagClassName
{
border-color: #DAECD2;
}
</style>