#D7EBCF

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

Shades of Peppermint #D7EBCF

Tints of Peppermint #D7EBCF

Color information

#D7EBCF (or 0xD7EBCF) is unknown color: approx Peppermint. HEX triplet: D7, EB and CF. RGB value is (215,235,207). Sum of RGB (Red+Green+Blue) = 215+235+207=657 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.72% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EBCF is #281430. Grayscale: #E1E1E1. Windows color (decimal): -2626609 or 13626327. OLE color: 13626327.

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

Color convert

RGB215235207-
CMYK0.0900.120.08
HSL102.86º41.18%86.67%-
HSV(B)102.86º11.91%92.16%-
XYZ6978.3770.52-
YUV225.83117.37120.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.72%
GREEN value IS 235 (92.19% from 255) = 35.77%
BLUE value IS 207 (81.25% from 255) = 31.51%
R=32.72%
G=35.77%
B=31.51%

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
Decimal2152352070.0900.120.08102.8641.1886.67
HexD7EBCF90C8672957
Octal327353317110141014751127
Binary110101111110101111001111100101100100011001111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBCF; }

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

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

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

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

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

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

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

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