#D7EBD0

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

Shades of Peppermint #D7EBD0

Tints of Peppermint #D7EBD0

Color information

#D7EBD0 (or 0xD7EBD0) is unknown color: approx Peppermint. HEX triplet: D7, EB and D0. RGB value is (215,235,208). Sum of RGB (Red+Green+Blue) = 215+235+208=658 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.67% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EBD0 is #28142F. Grayscale: #E2E2E2. Windows color (decimal): -2626608 or 13691863. OLE color: 13691863.

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

Color convert

RGB215235208-
CMYK0.0900.110.08
HSL104.44º40.3%86.86%-
HSV(B)104.44º11.49%92.16%-
XYZ69.1278.4271.17-
YUV225.94117.87120.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.67%
GREEN value IS 235 (92.19% from 255) = 35.71%
BLUE value IS 208 (81.64% from 255) = 31.61%
R=32.67%
G=35.71%
B=31.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152352080.0900.110.08104.4440.386.86
HexD7EBD090B8682857
Octal327353320110131015050127
Binary110101111110101111010000100101011100011010001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBD0; }

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

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

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

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

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

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

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

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