#D9EBCD

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

Shades of Peppermint #D9EBCD

Tints of Peppermint #D9EBCD

Color information

#D9EBCD (or 0xD9EBCD) is unknown color: approx Peppermint. HEX triplet: D9, EB and CD. RGB value is (217,235,205). Sum of RGB (Red+Green+Blue) = 217+235+205=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBCD is #261432. Grayscale: #E2E2E2. Windows color (decimal): -2495539 or 13495257. OLE color: 13495257.

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

Color convert

RGB217235205-
CMYK0.0800.130.08
HSL96º42.86%86.27%-
HSV(B)96º12.77%92.16%-
XYZ69.3478.5869.27-
YUV226.2116.04121.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.03%
GREEN value IS 235 (92.19% from 255) = 35.77%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=33.03%
G=35.77%
B=31.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172352050.0800.130.089642.8686.27
HexD9EBCD80D8602b56
Octal331353315100151014053126
Binary110110011110101111001101100001101100011000001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBCD; }

 p { color: rgb(217,235,205); }

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

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

 a { background-color: rgb(217,235,205); }

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

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

 span { border-color: rgb(217,235,205); }

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