Shades of Peppermint #D5E5CB
Tints of Peppermint #D5E5CB
RGB
CMYK
RGB Variations
Color information
#D5E5CB (or 0xD5E5CB) is known color: Peppermint. HEX triplet: D5, E5 and CB. RGB value is (213,229,203). Sum of RGB (Red+Green+Blue) = 213+229+203=645 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.02% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E5CB is #2A1A34. Grayscale: #DDDDDD. Windows color (decimal): -2759221 or 13362645. OLE color: 13362645.
HSL color Cylindrical-coordinate representation of color #D5E5CB: hue angle of 96.92º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5E5CB is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 213 | 229 | 203 | - |
CMYK | 0.07 | 0 | 0.11 | 0.10 |
HSL | 96.92º | 0.33% | 0.85% | - |
HSV(B) | 96.92º | 0.11% | 0.9% | - |
XYZ | 66.24 | 74.5 | 67.39 | - |
YUV | 221.25 | 117.7 | 122.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 229 | 203 | 0.07 | 0 | 0.11 | 0.10 | 96.92 | 0.33 | 0.85 |
Hex | D5 | E5 | CB | 7 | 0 | B | A | 61 | 21 | 55 |
Octal | 325 | 345 | 313 | 7 | 0 | 13 | 12 | 141 | 41 | 125 |
Binary | 11010101 | 11100101 | 11001011 | 111 | 0 | 1011 | 1010 | 1100001 | 100001 | 1010101 |
Color Harmonies of #D5E5CB
Complementary color
Monochromatic Colors of #D5E5CB
Black with #D5E5CB
Text Example
Text Example
White with #D5E5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E5CB; }
p { color: rgb(213,229,203); }
H1.HeaderClassName
{
color: #D5E5CB;
}
.AnyTagClassName
{
color: #D5E5CB;
}
</style>
background-color css
<style>
a { background-color: #D5E5CB; }
a { background-color: rgb(213,229,203); }
div.DivClassName
{
background-color: #D5E5CB;
}
.BgClassName
{
background-color: #D5E5CB;
}
</style>
border-color css
<style>
span { border-color: #D5E5CB; }
span { border-color: rgb(213,229,203); }
td.TdClassName
{
border-color: #D5E5CB;
}
.TagClassName
{
border-color: #D5E5CB;
}
</style>