Shades of Peppermint #DAEDCE
Tints of Peppermint #DAEDCE
RGB
CMYK
RGB Variations
Color information
#DAEDCE (or 0xDAEDCE) is known color: Peppermint. HEX triplet: DA, ED and CE. RGB value is (218,237,206). Sum of RGB (Red+Green+Blue) = 218+237+206=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDCE is #251231. Grayscale: #E3E3E3. Windows color (decimal): -2429490 or 13561306. OLE color: 13561306.
HSL color Cylindrical-coordinate representation of color #DAEDCE: hue angle of 96.77º degrees, saturation: 0.46, 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 #DAEDCE is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 237 | 206 | - |
CMYK | 0.08 | 0 | 0.13 | 0.07 |
HSL | 96.77º | 0.46% | 0.87% | - |
HSV(B) | 96.77º | 0.13% | 0.93% | - |
XYZ | 70.34 | 79.93 | 70.11 | - |
YUV | 227.79 | 115.71 | 121.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 206 | 0.08 | 0 | 0.13 | 0.07 | 96.77 | 0.46 | 0.87 |
Hex | DA | ED | CE | 8 | 0 | D | 7 | 61 | 2E | 57 |
Octal | 332 | 355 | 316 | 10 | 0 | 15 | 7 | 141 | 56 | 127 |
Binary | 11011010 | 11101101 | 11001110 | 1000 | 0 | 1101 | 111 | 1100001 | 101110 | 1010111 |
Color Harmonies of #DAEDCE
Complementary color
Monochromatic Colors of #DAEDCE
Black with #DAEDCE
Text Example
Text Example
White with #DAEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDCE; }
p { color: rgb(218,237,206); }
H1.HeaderClassName
{
color: #DAEDCE;
}
.AnyTagClassName
{
color: #DAEDCE;
}
</style>
background-color css
<style>
a { background-color: #DAEDCE; }
a { background-color: rgb(218,237,206); }
div.DivClassName
{
background-color: #DAEDCE;
}
.BgClassName
{
background-color: #DAEDCE;
}
</style>
border-color css
<style>
span { border-color: #DAEDCE; }
span { border-color: rgb(218,237,206); }
td.TdClassName
{
border-color: #DAEDCE;
}
.TagClassName
{
border-color: #DAEDCE;
}
</style>