#D7EACD

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

Shades of Peppermint #D7EACD

Tints of Peppermint #D7EACD

Color information

#D7EACD (or 0xD7EACD) is unknown color: approx Peppermint. HEX triplet: D7, EA and CD. RGB value is (215,234,205). Sum of RGB (Red+Green+Blue) = 215+234+205=654 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.87% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EACD is #281532. Grayscale: #E1E1E1. Windows color (decimal): -2626867 or 13494999. OLE color: 13494999.

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

Color convert

RGB215234205-
CMYK0.0800.120.08
HSL99.31º40.85%86.08%-
HSV(B)99.31º12.39%91.76%-
XYZ68.4777.769.15-
YUV225.01116.71120.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.87%
GREEN value IS 234 (91.80% from 255) = 35.78%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=32.87%
G=35.78%
B=31.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152342050.0800.120.0899.3140.8586.08
HexD7EACD80C8632956
Octal327352315100141014351126
Binary110101111110101011001101100001100100011000111010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EACD; }

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

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

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

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

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

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

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

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