Shades of Peppermint #D5E5CA
Tints of Peppermint #D5E5CA
RGB
CMYK
RGB Variations
Color information
#D5E5CA (or 0xD5E5CA) is known color: Peppermint. HEX triplet: D5, E5 and CA. RGB value is (213,229,202). Sum of RGB (Red+Green+Blue) = 213+229+202=644 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.07% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E5CA is #2A1A35. Grayscale: #DDDDDD. Windows color (decimal): -2759222 or 13297109. OLE color: 13297109.
HSL color Cylindrical-coordinate representation of color #D5E5CA: hue angle of 95.56º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5E5CA is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
RGB | 213 | 229 | 202 | - |
CMYK | 0.07 | 0 | 0.12 | 0.10 |
HSL | 95.56º | 0.34% | 0.85% | - |
HSV(B) | 95.56º | 0.12% | 0.9% | - |
XYZ | 66.12 | 74.45 | 66.76 | - |
YUV | 221.14 | 117.2 | 122.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 229 | 202 | 0.07 | 0 | 0.12 | 0.10 | 95.56 | 0.34 | 0.85 |
Hex | D5 | E5 | CA | 7 | 0 | C | A | 60 | 22 | 55 |
Octal | 325 | 345 | 312 | 7 | 0 | 14 | 12 | 140 | 42 | 125 |
Binary | 11010101 | 11100101 | 11001010 | 111 | 0 | 1100 | 1010 | 1100000 | 100010 | 1010101 |
Color Harmonies of #D5E5CA
Complementary color
Monochromatic Colors of #D5E5CA
Black with #D5E5CA
Text Example
Text Example
White with #D5E5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E5CA; }
p { color: rgb(213,229,202); }
H1.HeaderClassName
{
color: #D5E5CA;
}
.AnyTagClassName
{
color: #D5E5CA;
}
</style>
background-color css
<style>
a { background-color: #D5E5CA; }
a { background-color: rgb(213,229,202); }
div.DivClassName
{
background-color: #D5E5CA;
}
.BgClassName
{
background-color: #D5E5CA;
}
</style>
border-color css
<style>
span { border-color: #D5E5CA; }
span { border-color: rgb(213,229,202); }
td.TdClassName
{
border-color: #D5E5CA;
}
.TagClassName
{
border-color: #D5E5CA;
}
</style>