Shades of Peppermint #DEE5DB
Tints of Peppermint #DEE5DB
RGB
CMYK
RGB Variations
Color information
#DEE5DB (or 0xDEE5DB) is known color: Peppermint. HEX triplet: DE, E5 and DB. RGB value is (222,229,219). Sum of RGB (Red+Green+Blue) = 222+229+219=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5DB is #211A24. Grayscale: #E1E1E1. Windows color (decimal): -2169381 or 14411230. OLE color: 14411230.
HSL color Cylindrical-coordinate representation of color #DEE5DB: hue angle of 102º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEE5DB is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 229 | 219 | - |
CMYK | 0.03 | 0 | 0.04 | 0.10 |
HSL | 102º | 0.16% | 0.88% | - |
HSV(B) | 102º | 0.04% | 0.9% | - |
XYZ | 70.93 | 76.68 | 78.08 | - |
YUV | 225.77 | 124.18 | 125.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 229 | 219 | 0.03 | 0 | 0.04 | 0.10 | 102 | 0.16 | 0.88 |
Hex | DE | E5 | DB | 3 | 0 | 4 | A | 66 | 10 | 58 |
Octal | 336 | 345 | 333 | 3 | 0 | 4 | 12 | 146 | 20 | 130 |
Binary | 11011110 | 11100101 | 11011011 | 11 | 0 | 100 | 1010 | 1100110 | 10000 | 1011000 |
Color Harmonies of #DEE5DB
Complementary color
Monochromatic Colors of #DEE5DB
Black with #DEE5DB
Text Example
Text Example
White with #DEE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5DB; }
p { color: rgb(222,229,219); }
H1.HeaderClassName
{
color: #DEE5DB;
}
.AnyTagClassName
{
color: #DEE5DB;
}
</style>
background-color css
<style>
a { background-color: #DEE5DB; }
a { background-color: rgb(222,229,219); }
div.DivClassName
{
background-color: #DEE5DB;
}
.BgClassName
{
background-color: #DEE5DB;
}
</style>
border-color css
<style>
span { border-color: #DEE5DB; }
span { border-color: rgb(222,229,219); }
td.TdClassName
{
border-color: #DEE5DB;
}
.TagClassName
{
border-color: #DEE5DB;
}
</style>