#D7E5D0

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

Shades of Peppermint #D7E5D0

Tints of Peppermint #D7E5D0

Color information

#D7E5D0 (or 0xD7E5D0) is unknown color: approx Peppermint. HEX triplet: D7, E5 and D0. RGB value is (215,229,208). Sum of RGB (Red+Green+Blue) = 215+229+208=652 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.98% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 229 - color contains mainly: green. Hex color #D7E5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E5D0 is #281A2F. Grayscale: #DEDEDE. Windows color (decimal): -2628144 or 13690327. OLE color: 13690327.

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

Color convert

RGB215229208-
CMYK0.0600.090.10
HSL100º28.77%85.69%-
HSV(B)100º9.17%89.8%-
XYZ67.4375.0470.6-
YUV222.42119.86122.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.98%
GREEN value IS 229 (89.84% from 255) = 35.12%
BLUE value IS 208 (81.64% from 255) = 31.90%
R=32.98%
G=35.12%
B=31.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2152292080.0600.090.1010028.7785.69
HexD7E5D0609A641d56
Octal32734532060111214435126
Binary1101011111100101110100001100100110101100100111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E5D0; }

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

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

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

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

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

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

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

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