#D4E4D0

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

Shades of Peppermint #D4E4D0

Tints of Peppermint #D4E4D0

Color information

#D4E4D0 (or 0xD4E4D0) is unknown color: approx Peppermint. HEX triplet: D4, E4 and D0. RGB value is (212,228,208). Sum of RGB (Red+Green+Blue) = 212+228+208=648 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.72% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 228 - color contains mainly: green. Hex color #D4E4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E4D0 is #2B1B2F. Grayscale: #DCDCDC. Windows color (decimal): -2825008 or 13690068. OLE color: 13690068.

HSL color Cylindrical-coordinate representation of color #D4E4D0: hue angle of 108º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4E4D0 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB212228208-
CMYK0.0700.090.11
HSL108º27.03%85.49%-
HSV(B)108º8.77%89.41%-
XYZ66.2874.0470.47-
YUV220.94120.7121.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.72%
GREEN value IS 228 (89.45% from 255) = 35.19%
BLUE value IS 208 (81.64% from 255) = 32.10%
R=32.72%
G=35.19%
B=32.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2122282080.0700.090.1110827.0385.49
HexD4E4D0709B6c1b55
Octal32434432070111315433125
Binary1101010011100100110100001110100110111101100110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E4D0; }

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

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

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

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

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

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

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

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