#D7E6D0

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

Shades of Peppermint #D7E6D0

Tints of Peppermint #D7E6D0

Color information

#D7E6D0 (or 0xD7E6D0) is unknown color: approx Peppermint. HEX triplet: D7, E6 and D0. RGB value is (215,230,208). Sum of RGB (Red+Green+Blue) = 215+230+208=653 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.92% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 230 - color contains mainly: green. Hex color #D7E6D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E6D0 is #28192F. Grayscale: #DFDFDF. Windows color (decimal): -2627888 or 13690583. OLE color: 13690583.

HSL color Cylindrical-coordinate representation of color #D7E6D0: hue angle of 100.91º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7E6D0 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB215230208-
CMYK0.0700.100.10
HSL100.91º30.56%85.88%-
HSV(B)100.91º9.57%90.2%-
XYZ67.7175.5970.7-
YUV223.01119.53122.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.92%
GREEN value IS 230 (90.23% from 255) = 35.22%
BLUE value IS 208 (81.64% from 255) = 31.85%
R=32.92%
G=35.22%
B=31.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2152302080.0700.100.10100.9130.5685.88
HexD7E6D070AA651f56
Octal32734632070121214537126
Binary1101011111100110110100001110101010101100101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E6D0; }

 p { color: rgb(215,230,208); }

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

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

 a { background-color: rgb(215,230,208); }

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

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

 span { border-color: rgb(215,230,208); }

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