Shades of Peppermint #DBEAD5
Tints of Peppermint #DBEAD5
RGB
CMYK
RGB Variations
Color information
#DBEAD5 (or 0xDBEAD5) is known color: Peppermint. HEX triplet: DB, EA and D5. RGB value is (219,234,213). Sum of RGB (Red+Green+Blue) = 219+234+213=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAD5 is #24152A. Grayscale: #E3E3E3. Windows color (decimal): -2364715 or 14019291. OLE color: 14019291.
HSL color Cylindrical-coordinate representation of color #DBEAD5: hue angle of 102.86º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEAD5 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 234 | 213 | - |
CMYK | 0.06 | 0 | 0.09 | 0.08 |
HSL | 102.86º | 0.33% | 0.88% | - |
HSV(B) | 102.86º | 0.09% | 0.92% | - |
XYZ | 70.65 | 78.71 | 74.42 | - |
YUV | 227.12 | 120.03 | 122.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 213 | 0.06 | 0 | 0.09 | 0.08 | 102.86 | 0.33 | 0.88 |
Hex | DB | EA | D5 | 6 | 0 | 9 | 8 | 67 | 21 | 58 |
Octal | 333 | 352 | 325 | 6 | 0 | 11 | 10 | 147 | 41 | 130 |
Binary | 11011011 | 11101010 | 11010101 | 110 | 0 | 1001 | 1000 | 1100111 | 100001 | 1011000 |
Color Harmonies of #DBEAD5
Complementary color
Monochromatic Colors of #DBEAD5
Black with #DBEAD5
Text Example
Text Example
White with #DBEAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAD5; }
p { color: rgb(219,234,213); }
H1.HeaderClassName
{
color: #DBEAD5;
}
.AnyTagClassName
{
color: #DBEAD5;
}
</style>
background-color css
<style>
a { background-color: #DBEAD5; }
a { background-color: rgb(219,234,213); }
div.DivClassName
{
background-color: #DBEAD5;
}
.BgClassName
{
background-color: #DBEAD5;
}
</style>
border-color css
<style>
span { border-color: #DBEAD5; }
span { border-color: rgb(219,234,213); }
td.TdClassName
{
border-color: #DBEAD5;
}
.TagClassName
{
border-color: #DBEAD5;
}
</style>