Shades of Peppermint #DAEDD1
Tints of Peppermint #DAEDD1
RGB
CMYK
RGB Variations
Color information
#DAEDD1 (or 0xDAEDD1) is known color: Peppermint. HEX triplet: DA, ED and D1. RGB value is (218,237,209). Sum of RGB (Red+Green+Blue) = 218+237+209=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDD1 is #25122E. Grayscale: #E4E4E4. Windows color (decimal): -2429487 or 13757914. OLE color: 13757914.
HSL color Cylindrical-coordinate representation of color #DAEDD1: hue angle of 100.71º degrees, saturation: 0.44, 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 #DAEDD1 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 237 | 209 | - |
CMYK | 0.08 | 0 | 0.12 | 0.07 |
HSL | 100.71º | 0.44% | 0.87% | - |
HSV(B) | 100.71º | 0.12% | 0.93% | - |
XYZ | 70.71 | 80.08 | 72.05 | - |
YUV | 228.13 | 117.21 | 120.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 209 | 0.08 | 0 | 0.12 | 0.07 | 100.71 | 0.44 | 0.87 |
Hex | DA | ED | D1 | 8 | 0 | C | 7 | 65 | 2C | 57 |
Octal | 332 | 355 | 321 | 10 | 0 | 14 | 7 | 145 | 54 | 127 |
Binary | 11011010 | 11101101 | 11010001 | 1000 | 0 | 1100 | 111 | 1100101 | 101100 | 1010111 |
Color Harmonies of #DAEDD1
Complementary color
Monochromatic Colors of #DAEDD1
Black with #DAEDD1
Text Example
Text Example
White with #DAEDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDD1; }
p { color: rgb(218,237,209); }
H1.HeaderClassName
{
color: #DAEDD1;
}
.AnyTagClassName
{
color: #DAEDD1;
}
</style>
background-color css
<style>
a { background-color: #DAEDD1; }
a { background-color: rgb(218,237,209); }
div.DivClassName
{
background-color: #DAEDD1;
}
.BgClassName
{
background-color: #DAEDD1;
}
</style>
border-color css
<style>
span { border-color: #DAEDD1; }
span { border-color: rgb(218,237,209); }
td.TdClassName
{
border-color: #DAEDD1;
}
.TagClassName
{
border-color: #DAEDD1;
}
</style>