Shades of Peppermint #DBEAD2
Tints of Peppermint #DBEAD2
RGB
CMYK
RGB Variations
Color information
#DBEAD2 (or 0xDBEAD2) is known color: Peppermint. HEX triplet: DB, EA and D2. RGB value is (219,234,210). Sum of RGB (Red+Green+Blue) = 219+234+210=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 210 (82.42% from 255 or 31.67% from 663); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAD2 is #24152D. Grayscale: #E2E2E2. Windows color (decimal): -2364718 or 13822683. OLE color: 13822683.
HSL color Cylindrical-coordinate representation of color #DBEAD2: hue angle of 97.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEAD2 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 234 | 210 | - |
CMYK | 0.06 | 0 | 0.10 | 0.08 |
HSL | 97.5º | 0.36% | 0.87% | - |
HSV(B) | 97.5º | 0.1% | 0.92% | - |
XYZ | 70.27 | 78.56 | 72.43 | - |
YUV | 226.78 | 118.53 | 122.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 210 | 0.06 | 0 | 0.10 | 0.08 | 97.5 | 0.36 | 0.87 |
Hex | DB | EA | D2 | 6 | 0 | A | 8 | 62 | 24 | 57 |
Octal | 333 | 352 | 322 | 6 | 0 | 12 | 10 | 142 | 44 | 127 |
Binary | 11011011 | 11101010 | 11010010 | 110 | 0 | 1010 | 1000 | 1100010 | 100100 | 1010111 |
Color Harmonies of #DBEAD2
Complementary color
Monochromatic Colors of #DBEAD2
Black with #DBEAD2
Text Example
Text Example
White with #DBEAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAD2; }
p { color: rgb(219,234,210); }
H1.HeaderClassName
{
color: #DBEAD2;
}
.AnyTagClassName
{
color: #DBEAD2;
}
</style>
background-color css
<style>
a { background-color: #DBEAD2; }
a { background-color: rgb(219,234,210); }
div.DivClassName
{
background-color: #DBEAD2;
}
.BgClassName
{
background-color: #DBEAD2;
}
</style>
border-color css
<style>
span { border-color: #DBEAD2; }
span { border-color: rgb(219,234,210); }
td.TdClassName
{
border-color: #DBEAD2;
}
.TagClassName
{
border-color: #DBEAD2;
}
</style>