Shades of Peppermint #DAE8D3
Tints of Peppermint #DAE8D3
RGB
CMYK
RGB Variations
Color information
#DAE8D3 (or 0xDAE8D3) is known color: Peppermint. HEX triplet: DA, E8 and D3. RGB value is (218,232,211). Sum of RGB (Red+Green+Blue) = 218+232+211=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 211 (82.81% from 255 or 31.92% from 661); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8D3 is #25172C. Grayscale: #E1E1E1. Windows color (decimal): -2430765 or 13887706. OLE color: 13887706.
HSL color Cylindrical-coordinate representation of color #DAE8D3: hue angle of 100º degrees, saturation: 0.31, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAE8D3 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 211 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.09 |
| HSL | 100º | 0.31% | 0.87% | - |
| HSV(B) | 100º | 0.09% | 0.91% | - |
| XYZ | 69.53 | 77.32 | 72.89 | - |
| YUV | 225.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 211 | 0.06 | 0 | 0.09 | 0.09 | 100 | 0.31 | 0.87 |
| Hex | DA | E8 | D3 | 6 | 0 | 9 | 9 | 64 | 1F | 57 |
| Octal | 332 | 350 | 323 | 6 | 0 | 11 | 11 | 144 | 37 | 127 |
| Binary | 11011010 | 11101000 | 11010011 | 110 | 0 | 1001 | 1001 | 1100100 | 11111 | 1010111 |
Color Harmonies of #DAE8D3
Complementary color
Monochromatic Colors of #DAE8D3
Black with #DAE8D3
Text Example
Text Example
White with #DAE8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8D3; }
p { color: rgb(218,232,211); }
H1.HeaderClassName
{
color: #DAE8D3;
}
.AnyTagClassName
{
color: #DAE8D3;
}
</style>
background-color css
<style>
a { background-color: #DAE8D3; }
a { background-color: rgb(218,232,211); }
div.DivClassName
{
background-color: #DAE8D3;
}
.BgClassName
{
background-color: #DAE8D3;
}
</style>
border-color css
<style>
span { border-color: #DAE8D3; }
span { border-color: rgb(218,232,211); }
td.TdClassName
{
border-color: #DAE8D3;
}
.TagClassName
{
border-color: #DAE8D3;
}
</style>