Shades of Peppermint #DAECD0
Tints of Peppermint #DAECD0
RGB
CMYK
RGB Variations
Color information
#DAECD0 (or 0xDAECD0) is known color: Peppermint. HEX triplet: DA, EC and D0. RGB value is (218,236,208). Sum of RGB (Red+Green+Blue) = 218+236+208=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECD0 is #25132F. Grayscale: #E3E3E3. Windows color (decimal): -2429744 or 13692122. OLE color: 13692122.
HSL color Cylindrical-coordinate representation of color #DAECD0: hue angle of 98.57º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAECD0 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 236 | 208 | - |
CMYK | 0.08 | 0 | 0.12 | 0.07 |
HSL | 98.57º | 0.42% | 0.87% | - |
HSV(B) | 98.57º | 0.12% | 0.93% | - |
XYZ | 70.29 | 79.45 | 71.31 | - |
YUV | 227.43 | 117.04 | 121.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 208 | 0.08 | 0 | 0.12 | 0.07 | 98.57 | 0.42 | 0.87 |
Hex | DA | EC | D0 | 8 | 0 | C | 7 | 63 | 2A | 57 |
Octal | 332 | 354 | 320 | 10 | 0 | 14 | 7 | 143 | 52 | 127 |
Binary | 11011010 | 11101100 | 11010000 | 1000 | 0 | 1100 | 111 | 1100011 | 101010 | 1010111 |
Color Harmonies of #DAECD0
Complementary color
Monochromatic Colors of #DAECD0
Black with #DAECD0
Text Example
Text Example
White with #DAECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECD0; }
p { color: rgb(218,236,208); }
H1.HeaderClassName
{
color: #DAECD0;
}
.AnyTagClassName
{
color: #DAECD0;
}
</style>
background-color css
<style>
a { background-color: #DAECD0; }
a { background-color: rgb(218,236,208); }
div.DivClassName
{
background-color: #DAECD0;
}
.BgClassName
{
background-color: #DAECD0;
}
</style>
border-color css
<style>
span { border-color: #DAECD0; }
span { border-color: rgb(218,236,208); }
td.TdClassName
{
border-color: #DAECD0;
}
.TagClassName
{
border-color: #DAECD0;
}
</style>