#D7EBCD

Color #D7EBCD Peppermint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peppermint #D7EBCD

Tints of Peppermint #D7EBCD

Color information

#D7EBCD (or 0xD7EBCD) is unknown color: approx Peppermint. HEX triplet: D7, EB and CD. RGB value is (215,235,205). Sum of RGB (Red+Green+Blue) = 215+235+205=655 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.82% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EBCD is #281432. Grayscale: #E1E1E1. Windows color (decimal): -2626611 or 13495255. OLE color: 13495255.

HSL color Cylindrical-coordinate representation of color #D7EBCD: hue angle of 100º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7EBCD is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB215235205-
CMYK0.0900.130.08
HSL100º42.86%86.27%-
HSV(B)100º12.77%92.16%-
XYZ68.7578.2769.24-
YUV225.6116.37120.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 32.82%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 205 (80.47% from 255) = 31.30%
R=32.82%
G=35.88%
B=31.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152352050.0900.130.0810042.8686.27
HexD7EBCD90D8642b56
Octal327353315110151014453126
Binary110101111110101111001101100101101100011001001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBCD; }

 p { color: rgb(215,235,205); }

 H1.HeaderClassName
 {
   color: #D7EBCD;
 }
 .AnyTagClassName
 {
   color: #D7EBCD;
 }
</style>
background-color css

<style>
 a { background-color: #D7EBCD; }

 a { background-color: rgb(215,235,205); }

 div.DivClassName
 {
   background-color: #D7EBCD;
 }
 .BgClassName
 {
   background-color: #D7EBCD;
 }
</style>
border-color css

<style>
 span { border-color: #D7EBCD; }

 span { border-color: rgb(215,235,205); }

 td.TdClassName
 {
   border-color: #D7EBCD;
 }
 .TagClassName
 {
   border-color: #D7EBCD;
 }
</style>