#D4E1D0

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

Shades of Peppermint #D4E1D0

Tints of Peppermint #D4E1D0

Color information

#D4E1D0 (or 0xD4E1D0) is unknown color: approx Peppermint. HEX triplet: D4, E1 and D0. RGB value is (212,225,208). Sum of RGB (Red+Green+Blue) = 212+225+208=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1D0 is #2B1E2F. Grayscale: #DBDBDB. Windows color (decimal): -2825776 or 13689300. OLE color: 13689300.

HSL color Cylindrical-coordinate representation of color #D4E1D0: hue angle of 105.88º 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 #D4E1D0 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB212225208-
CMYK0.0600.080.12
HSL105.88º22.08%84.9%-
HSV(B)105.88º7.56%88.24%-
XYZ65.4672.470.2-
YUV219.18121.69122.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.87%
GREEN value IS 225 (88.28% from 255) = 34.88%
BLUE value IS 208 (81.64% from 255) = 32.25%
R=32.87%
G=34.88%
B=32.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122252080.0600.080.12105.8822.0884.9
HexD4E1D0608C6a1655
Octal32434132060101415226125
Binary1101010011100001110100001100100011001101010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E1D0; }

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

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

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

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

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

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

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

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