#D6EACA

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

Shades of Peppermint #D6EACA

Tints of Peppermint #D6EACA

Color information

#D6EACA (or 0xD6EACA) is unknown color: approx Peppermint. HEX triplet: D6, EA and CA. RGB value is (214,234,202). Sum of RGB (Red+Green+Blue) = 214+234+202=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EACA is #291535. Grayscale: #E0E0E0. Windows color (decimal): -2692406 or 13298390. OLE color: 13298390.

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

Color convert

RGB214234202-
CMYK0.0900.140.08
HSL97.5º43.24%85.49%-
HSV(B)97.5º13.68%91.76%-
XYZ67.8277.4167.24-
YUV224.37115.37120.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.92%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=32.92%
G=36%
B=31.08%

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
Decimal2142342020.0900.140.0897.543.2485.49
HexD6EACA90E8622b55
Octal326352312110161014253125
Binary110101101110101011001010100101110100011000101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EACA; }

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

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

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

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

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

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

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

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