#D1E6C9

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

Shades of Peppermint #D1E6C9

Tints of Peppermint #D1E6C9

Color information

#D1E6C9 (or 0xD1E6C9) is unknown color: approx Peppermint. HEX triplet: D1, E6 and C9. RGB value is (209,230,201). Sum of RGB (Red+Green+Blue) = 209+230+201=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E6C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E6C9 is #2E1936. Grayscale: #DCDCDC. Windows color (decimal): -3021111 or 13231825. OLE color: 13231825.

HSL color Cylindrical-coordinate representation of color #D1E6C9: hue angle of 103.45º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1E6C9 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB209230201-
CMYK0.0900.130.10
HSL103.45º36.71%84.51%-
HSV(B)103.45º12.61%90.2%-
XYZ65.1374.3766.18-
YUV220.41117.04119.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.66%
GREEN value IS 230 (90.23% from 255) = 35.94%
BLUE value IS 201 (78.91% from 255) = 31.41%
R=32.66%
G=35.94%
B=31.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2092302010.0900.130.10103.4536.7184.51
HexD1E6C990DA672555
Octal321346311110151214745125
Binary110100011110011011001001100101101101011001111001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E6C9; }

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

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

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

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

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

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

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

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