#D2E1D0

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

Shades of Peppermint #D2E1D0

Tints of Peppermint #D2E1D0

Color information

#D2E1D0 (or 0xD2E1D0) is unknown color: approx Peppermint. HEX triplet: D2, E1 and D0. RGB value is (210,225,208). Sum of RGB (Red+Green+Blue) = 210+225+208=643 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.66% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1D0 is #2D1E2F. Grayscale: #DADADA. Windows color (decimal): -2956848 or 13689298. OLE color: 13689298.

HSL color Cylindrical-coordinate representation of color #D2E1D0: hue angle of 112.94º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2E1D0 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB210225208-
CMYK0.0700.080.12
HSL112.94º22.08%84.9%-
HSV(B)112.94º7.56%88.24%-
XYZ64.8972.1170.17-
YUV218.58122.03121.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.66%
GREEN value IS 225 (88.28% from 255) = 34.99%
BLUE value IS 208 (81.64% from 255) = 32.35%
R=32.66%
G=34.99%
B=32.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102252080.0700.080.12112.9422.0884.9
HexD2E1D0708C711655
Octal32234132070101416126125
Binary1101001011100001110100001110100011001110001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E1D0; }

 p { color: rgb(210,225,208); }

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

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

 a { background-color: rgb(210,225,208); }

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

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

 span { border-color: rgb(210,225,208); }

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