Shades of Peppermint #DAEED0
Tints of Peppermint #DAEED0
RGB
CMYK
RGB Variations
Color information
#DAEED0 (or 0xDAEED0) is known color: Peppermint. HEX triplet: DA, EE and D0. RGB value is (218,238,208). Sum of RGB (Red+Green+Blue) = 218+238+208=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 208 (81.64% from 255 or 31.33% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEED0 is #25112F. Grayscale: #E4E4E4. Windows color (decimal): -2429232 or 13692634. OLE color: 13692634.
HSL color Cylindrical-coordinate representation of color #DAEED0: hue angle of 100º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAEED0 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 238 | 208 | - |
CMYK | 0.08 | 0 | 0.13 | 0.07 |
HSL | 100º | 0.47% | 0.87% | - |
HSV(B) | 100º | 0.13% | 0.93% | - |
XYZ | 70.87 | 80.61 | 71.5 | - |
YUV | 228.6 | 116.37 | 120.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 208 | 0.08 | 0 | 0.13 | 0.07 | 100 | 0.47 | 0.87 |
Hex | DA | EE | D0 | 8 | 0 | D | 7 | 64 | 2F | 57 |
Octal | 332 | 356 | 320 | 10 | 0 | 15 | 7 | 144 | 57 | 127 |
Binary | 11011010 | 11101110 | 11010000 | 1000 | 0 | 1101 | 111 | 1100100 | 101111 | 1010111 |
Color Harmonies of #DAEED0
Complementary color
Monochromatic Colors of #DAEED0
Black with #DAEED0
Text Example
Text Example
White with #DAEED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEED0; }
p { color: rgb(218,238,208); }
H1.HeaderClassName
{
color: #DAEED0;
}
.AnyTagClassName
{
color: #DAEED0;
}
</style>
background-color css
<style>
a { background-color: #DAEED0; }
a { background-color: rgb(218,238,208); }
div.DivClassName
{
background-color: #DAEED0;
}
.BgClassName
{
background-color: #DAEED0;
}
</style>
border-color css
<style>
span { border-color: #DAEED0; }
span { border-color: rgb(218,238,208); }
td.TdClassName
{
border-color: #DAEED0;
}
.TagClassName
{
border-color: #DAEED0;
}
</style>