#D1E1C9

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

Shades of Peppermint #D1E1C9

Tints of Peppermint #D1E1C9

Color information

#D1E1C9 (or 0xD1E1C9) is unknown color: approx Peppermint. HEX triplet: D1, E1 and C9. RGB value is (209,225,201). Sum of RGB (Red+Green+Blue) = 209+225+201=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1C9 is #2E1E36. Grayscale: #D9D9D9. Windows color (decimal): -3022391 or 13230545. OLE color: 13230545.

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

Color convert

RGB209225201-
CMYK0.0700.110.12
HSL100º28.57%83.53%-
HSV(B)100º10.67%88.24%-
XYZ63.7671.6265.72-
YUV217.48118.7121.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.91%
GREEN value IS 225 (88.28% from 255) = 35.43%
BLUE value IS 201 (78.91% from 255) = 31.65%
R=32.91%
G=35.43%
B=31.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092252010.0700.110.1210028.5783.53
HexD1E1C970BC641d54
Octal32134131170131414435124
Binary1101000111100001110010011110101111001100100111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E1C9; }

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

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

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

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

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

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

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

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