Shades of Peppermint #DBEAD4
Tints of Peppermint #DBEAD4
RGB
CMYK
RGB Variations
Color information
#DBEAD4 (or 0xDBEAD4) is known color: Peppermint. HEX triplet: DB, EA and D4. RGB value is (219,234,212). Sum of RGB (Red+Green+Blue) = 219+234+212=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 212 (83.20% from 255 or 31.88% from 665); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAD4 is #24152B. Grayscale: #E3E3E3. Windows color (decimal): -2364716 or 13953755. OLE color: 13953755.
HSL color Cylindrical-coordinate representation of color #DBEAD4: hue angle of 100.91º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEAD4 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 234 | 212 | - |
CMYK | 0.06 | 0 | 0.09 | 0.08 |
HSL | 100.91º | 0.34% | 0.87% | - |
HSV(B) | 100.91º | 0.09% | 0.92% | - |
XYZ | 70.52 | 78.66 | 73.75 | - |
YUV | 227.01 | 119.53 | 122.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 212 | 0.06 | 0 | 0.09 | 0.08 | 100.91 | 0.34 | 0.87 |
Hex | DB | EA | D4 | 6 | 0 | 9 | 8 | 65 | 22 | 57 |
Octal | 333 | 352 | 324 | 6 | 0 | 11 | 10 | 145 | 42 | 127 |
Binary | 11011011 | 11101010 | 11010100 | 110 | 0 | 1001 | 1000 | 1100101 | 100010 | 1010111 |
Color Harmonies of #DBEAD4
Complementary color
Monochromatic Colors of #DBEAD4
Black with #DBEAD4
Text Example
Text Example
White with #DBEAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAD4; }
p { color: rgb(219,234,212); }
H1.HeaderClassName
{
color: #DBEAD4;
}
.AnyTagClassName
{
color: #DBEAD4;
}
</style>
background-color css
<style>
a { background-color: #DBEAD4; }
a { background-color: rgb(219,234,212); }
div.DivClassName
{
background-color: #DBEAD4;
}
.BgClassName
{
background-color: #DBEAD4;
}
</style>
border-color css
<style>
span { border-color: #DBEAD4; }
span { border-color: rgb(219,234,212); }
td.TdClassName
{
border-color: #DBEAD4;
}
.TagClassName
{
border-color: #DBEAD4;
}
</style>