#D7E7CF

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

Shades of Peppermint #D7E7CF

Tints of Peppermint #D7E7CF

Color information

#D7E7CF (or 0xD7E7CF) is unknown color: approx Peppermint. HEX triplet: D7, E7 and CF. RGB value is (215,231,207). Sum of RGB (Red+Green+Blue) = 215+231+207=653 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.92% from 653); Green value is 231 (90.62% from 255 or 35.38% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 231 - color contains mainly: green. Hex color #D7E7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E7CF is #281830. Grayscale: #DFDFDF. Windows color (decimal): -2627633 or 13625303. OLE color: 13625303.

HSL color Cylindrical-coordinate representation of color #D7E7CF: hue angle of 100º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7E7CF is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB215231207-
CMYK0.0700.100.09
HSL100º33.33%85.88%-
HSV(B)100º10.39%90.59%-
XYZ67.8676.170.14-
YUV223.48118.7121.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.92%
GREEN value IS 231 (90.62% from 255) = 35.38%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=32.92%
G=35.38%
B=31.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152312070.0700.100.0910033.3385.88
HexD7E7CF70A9642156
Octal32734731770121114441126
Binary11010111111001111100111111101010100111001001000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E7CF; }

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

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

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

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

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

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

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

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