#D7E8CD

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

Shades of Peppermint #D7E8CD

Tints of Peppermint #D7E8CD

Color information

#D7E8CD (or 0xD7E8CD) is unknown color: approx Peppermint. HEX triplet: D7, E8 and CD. RGB value is (215,232,205). Sum of RGB (Red+Green+Blue) = 215+232+205=652 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.98% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 232 - color contains mainly: green. Hex color #D7E8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E8CD is #281732. Grayscale: #DFDFDF. Windows color (decimal): -2627379 or 13494487. OLE color: 13494487.

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

Color convert

RGB215232205-
CMYK0.0700.120.09
HSL97.78º36.99%85.69%-
HSV(B)97.78º11.64%90.98%-
XYZ67.976.5768.96-
YUV223.84117.37121.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.98%
GREEN value IS 232 (91.02% from 255) = 35.58%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=32.98%
G=35.58%
B=31.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152322050.0700.120.0997.7836.9985.69
HexD7E8CD70C9622556
Octal32735031570141114245126
Binary11010111111010001100110111101100100111000101001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E8CD; }

 p { color: rgb(215,232,205); }

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

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

 a { background-color: rgb(215,232,205); }

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

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

 span { border-color: rgb(215,232,205); }

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