#D5EACD

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

Shades of Peppermint #D5EACD

Tints of Peppermint #D5EACD

Color information

#D5EACD (or 0xD5EACD) is unknown color: approx Peppermint. HEX triplet: D5, EA and CD. RGB value is (213,234,205). Sum of RGB (Red+Green+Blue) = 213+234+205=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EACD is #2A1532. Grayscale: #E0E0E0. Windows color (decimal): -2757939 or 13494997. OLE color: 13494997.

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

Color convert

RGB213234205-
CMYK0.0900.120.08
HSL103.45º40.85%86.08%-
HSV(B)103.45º12.39%91.76%-
XYZ67.8877.469.12-
YUV224.42117.04119.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.67%
GREEN value IS 234 (91.80% from 255) = 35.89%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=32.67%
G=35.89%
B=31.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132342050.0900.120.08103.4540.8586.08
HexD5EACD90C8672956
Octal325352315110141014751126
Binary110101011110101011001101100101100100011001111010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EACD; }

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

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

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

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

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

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

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

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