Shades of Peppermint #D5DBD3
Tints of Peppermint #D5DBD3
RGB
CMYK
RGB Variations
Color information
#D5DBD3 (or 0xD5DBD3) is known color: Peppermint. HEX triplet: D5, DB and D3. RGB value is (213,219,211). Sum of RGB (Red+Green+Blue) = 213+219+211=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBD3 is #2A242C. Grayscale: #D8D8D8. Windows color (decimal): -2761773 or 13884373. OLE color: 13884373.
HSL color Cylindrical-coordinate representation of color #D5DBD3: hue angle of 105º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DBD3 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 219 | 211 | - |
CMYK | 0.03 | 0 | 0.04 | 0.14 |
HSL | 105º | 0.1% | 0.84% | - |
HSV(B) | 105º | 0.04% | 0.86% | - |
XYZ | 64.53 | 69.51 | 71.64 | - |
YUV | 216.29 | 125.01 | 125.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 219 | 211 | 0.03 | 0 | 0.04 | 0.14 | 105 | 0.1 | 0.84 |
Hex | D5 | DB | D3 | 3 | 0 | 4 | E | 69 | A | 54 |
Octal | 325 | 333 | 323 | 3 | 0 | 4 | 16 | 151 | 12 | 124 |
Binary | 11010101 | 11011011 | 11010011 | 11 | 0 | 100 | 1110 | 1101001 | 1010 | 1010100 |
Color Harmonies of #D5DBD3
Complementary color
Monochromatic Colors of #D5DBD3
Black with #D5DBD3
Text Example
Text Example
White with #D5DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBD3; }
p { color: rgb(213,219,211); }
H1.HeaderClassName
{
color: #D5DBD3;
}
.AnyTagClassName
{
color: #D5DBD3;
}
</style>
background-color css
<style>
a { background-color: #D5DBD3; }
a { background-color: rgb(213,219,211); }
div.DivClassName
{
background-color: #D5DBD3;
}
.BgClassName
{
background-color: #D5DBD3;
}
</style>
border-color css
<style>
span { border-color: #D5DBD3; }
span { border-color: rgb(213,219,211); }
td.TdClassName
{
border-color: #D5DBD3;
}
.TagClassName
{
border-color: #D5DBD3;
}
</style>