#D5E9CD

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

Shades of Peppermint #D5E9CD

Tints of Peppermint #D5E9CD

Color information

#D5E9CD (or 0xD5E9CD) is unknown color: approx Peppermint. HEX triplet: D5, E9 and CD. RGB value is (213,233,205). Sum of RGB (Red+Green+Blue) = 213+233+205=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 233 (91.41% from 255 or 35.79% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E9CD is #2A1632. Grayscale: #DFDFDF. Windows color (decimal): -2758195 or 13494741. OLE color: 13494741.

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

Color convert

RGB213233205-
CMYK0.0900.120.09
HSL102.86º38.89%85.88%-
HSV(B)102.86º12.02%91.37%-
XYZ67.676.8369.02-
YUV223.83117.37120.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.72%
GREEN value IS 233 (91.41% from 255) = 35.79%
BLUE value IS 205 (80.47% from 255) = 31.49%
R=32.72%
G=35.79%
B=31.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2132332050.0900.120.09102.8638.8985.88
HexD5E9CD90C9672756
Octal325351315110141114747126
Binary110101011110100111001101100101100100111001111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E9CD; }

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

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

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

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

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

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

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

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