#D7EBCE

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

Shades of Peppermint #D7EBCE

Tints of Peppermint #D7EBCE

Color information

#D7EBCE (or 0xD7EBCE) is unknown color: approx Peppermint. HEX triplet: D7, EB and CE. RGB value is (215,235,206). Sum of RGB (Red+Green+Blue) = 215+235+206=656 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.77% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EBCE is #281431. Grayscale: #E1E1E1. Windows color (decimal): -2626610 or 13560791. OLE color: 13560791.

HSL color Cylindrical-coordinate representation of color #D7EBCE: hue angle of 101.38º degrees, saturation: 0.42, 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 #D7EBCE is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB215235206-
CMYK0.0900.120.08
HSL101.38º42.03%86.47%-
HSV(B)101.38º12.34%92.16%-
XYZ68.8778.3269.88-
YUV225.71116.87120.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.77%
GREEN value IS 235 (92.19% from 255) = 35.82%
BLUE value IS 206 (80.86% from 255) = 31.40%
R=32.77%
G=35.82%
B=31.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152352060.0900.120.08101.3842.0386.47
HexD7EBCE90C8652a56
Octal327353316110141014552126
Binary110101111110101111001110100101100100011001011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBCE; }

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

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

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

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

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

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

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

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