#D9EBCE

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

Shades of Peppermint #D9EBCE

Tints of Peppermint #D9EBCE

Color information

#D9EBCE (or 0xD9EBCE) is unknown color: approx Peppermint. HEX triplet: D9, EB and CE. RGB value is (217,235,206). Sum of RGB (Red+Green+Blue) = 217+235+206=658 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.98% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBCE is #261431. Grayscale: #E2E2E2. Windows color (decimal): -2495538 or 13560793. OLE color: 13560793.

HSL color Cylindrical-coordinate representation of color #D9EBCE: hue angle of 97.24º degrees, saturation: 0.42, 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 #D9EBCE is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB217235206-
CMYK0.0800.120.08
HSL97.24º42.03%86.47%-
HSV(B)97.24º12.34%92.16%-
XYZ69.4678.6269.91-
YUV226.31116.54121.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.98%
GREEN value IS 235 (92.19% from 255) = 35.71%
BLUE value IS 206 (80.86% from 255) = 31.31%
R=32.98%
G=35.71%
B=31.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172352060.0800.120.0897.2442.0386.47
HexD9EBCE80C8612a56
Octal331353316100141014152126
Binary110110011110101111001110100001100100011000011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBCE; }

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

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

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

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

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

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

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

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