#D7E9CD

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

Shades of Peppermint #D7E9CD

Tints of Peppermint #D7E9CD

Color information

#D7E9CD (or 0xD7E9CD) is unknown color: approx Peppermint. HEX triplet: D7, E9 and CD. RGB value is (215,233,205). Sum of RGB (Red+Green+Blue) = 215+233+205=653 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.92% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E9CD is #281632. Grayscale: #E0E0E0. Windows color (decimal): -2627123 or 13494743. OLE color: 13494743.

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

Color convert

RGB215233205-
CMYK0.0800.120.09
HSL98.57º38.89%85.88%-
HSV(B)98.57º12.02%91.37%-
XYZ68.1877.1369.05-
YUV224.43117.04121.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.92%
GREEN value IS 233 (91.41% from 255) = 35.68%
BLUE value IS 205 (80.47% from 255) = 31.39%
R=32.92%
G=35.68%
B=31.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152332050.0800.120.0998.5738.8985.88
HexD7E9CD80C9632756
Octal327351315100141114347126
Binary110101111110100111001101100001100100111000111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E9CD; }

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

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

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

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

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

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

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

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