#D7E1D4

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

Shades of Peppermint #D7E1D4

Tints of Peppermint #D7E1D4

Color information

#D7E1D4 (or 0xD7E1D4) is unknown color: approx Peppermint. HEX triplet: D7, E1 and D4. RGB value is (215,225,212). Sum of RGB (Red+Green+Blue) = 215+225+212=652 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.98% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E1D4 is #281E2B. Grayscale: #DCDCDC. Windows color (decimal): -2629164 or 13951447. OLE color: 13951447.

HSL color Cylindrical-coordinate representation of color #D7E1D4: hue angle of 106.15º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D7E1D4 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB215225212-
CMYK0.0400.060.12
HSL106.15º17.81%85.69%-
HSV(B)106.15º5.78%88.24%-
XYZ66.8373.0572.87-
YUV220.53123.19124.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.98%
GREEN value IS 225 (88.28% from 255) = 34.51%
BLUE value IS 212 (83.20% from 255) = 32.52%
R=32.98%
G=34.51%
B=32.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2152252120.0400.060.12106.1517.8185.69
HexD7E1D4406C6a1256
Octal3273413244061415222126
Binary110101111110000111010100100011011001101010100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E1D4; }

 p { color: rgb(215,225,212); }

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

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

 a { background-color: rgb(215,225,212); }

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

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

 span { border-color: rgb(215,225,212); }

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