#D7EBCB

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

Shades of Peppermint #D7EBCB

Tints of Peppermint #D7EBCB

Color information

#D7EBCB (or 0xD7EBCB) is unknown color: approx Peppermint. HEX triplet: D7, EB and CB. RGB value is (215,235,203). Sum of RGB (Red+Green+Blue) = 215+235+203=653 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.92% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EBCB is #281434. Grayscale: #E1E1E1. Windows color (decimal): -2626613 or 13364183. OLE color: 13364183.

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

Color convert

RGB215235203-
CMYK0.0900.140.08
HSL97.5º44.44%85.88%-
HSV(B)97.5º13.62%92.16%-
XYZ68.5178.1867.98-
YUV225.37115.37120.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.92%
GREEN value IS 235 (92.19% from 255) = 35.99%
BLUE value IS 203 (79.69% from 255) = 31.09%
R=32.92%
G=35.99%
B=31.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152352030.0900.140.0897.544.4485.88
HexD7EBCB90E8622c56
Octal327353313110161014254126
Binary110101111110101111001011100101110100011000101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBCB; }

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

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

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

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

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

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

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

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