#D5EACA

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

Shades of Peppermint #D5EACA

Tints of Peppermint #D5EACA

Color information

#D5EACA (or 0xD5EACA) is unknown color: approx Peppermint. HEX triplet: D5, EA and CA. RGB value is (213,234,202). Sum of RGB (Red+Green+Blue) = 213+234+202=649 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.82% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EACA is #2A1535. Grayscale: #E0E0E0. Windows color (decimal): -2757942 or 13298389. OLE color: 13298389.

HSL color Cylindrical-coordinate representation of color #D5EACA: hue angle of 99.37º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5EACA is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB213234202-
CMYK0.0900.140.08
HSL99.37º43.24%85.49%-
HSV(B)99.37º13.68%91.76%-
XYZ67.5277.2667.23-
YUV224.07115.54120.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.82%
GREEN value IS 234 (91.80% from 255) = 36.06%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=32.82%
G=36.06%
B=31.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132342020.0900.140.0899.3743.2485.49
HexD5EACA90E8632b55
Octal325352312110161014353125
Binary110101011110101011001010100101110100011000111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EACA; }

 p { color: rgb(213,234,202); }

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

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

 a { background-color: rgb(213,234,202); }

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

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

 span { border-color: rgb(213,234,202); }

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