#D1E1CD

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

Shades of Peppermint #D1E1CD

Tints of Peppermint #D1E1CD

Color information

#D1E1CD (or 0xD1E1CD) is unknown color: approx Peppermint. HEX triplet: D1, E1 and CD. RGB value is (209,225,205). Sum of RGB (Red+Green+Blue) = 209+225+205=639 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.71% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1CD is #2E1E32. Grayscale: #DADADA. Windows color (decimal): -3022387 or 13492689. OLE color: 13492689.

HSL color Cylindrical-coordinate representation of color #D1E1CD: hue angle of 108º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1E1CD is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB209225205-
CMYK0.0700.090.12
HSL108º25%84.31%-
HSV(B)108º8.89%88.24%-
XYZ64.2471.8168.23-
YUV217.94120.7121.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.71%
GREEN value IS 225 (88.28% from 255) = 35.21%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=32.71%
G=35.21%
B=32.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092252050.0700.090.121082584.31
HexD1E1CD709C6c1954
Octal32134131570111415431124
Binary1101000111100001110011011110100111001101100110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E1CD; }

 p { color: rgb(209,225,205); }

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

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

 a { background-color: rgb(209,225,205); }

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

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

 span { border-color: rgb(209,225,205); }

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