#D6E1D0

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

Shades of Peppermint #D6E1D0

Tints of Peppermint #D6E1D0

Color information

#D6E1D0 (or 0xD6E1D0) is unknown color: approx Peppermint. HEX triplet: D6, E1 and D0. RGB value is (214,225,208). Sum of RGB (Red+Green+Blue) = 214+225+208=647 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.08% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1D0 is #291E2F. Grayscale: #DBDBDB. Windows color (decimal): -2694704 or 13689302. OLE color: 13689302.

HSL color Cylindrical-coordinate representation of color #D6E1D0: hue angle of 98.82º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6E1D0 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB214225208-
CMYK0.0500.080.12
HSL98.82º22.08%84.9%-
HSV(B)98.82º7.56%88.24%-
XYZ66.0472.770.23-
YUV219.77121.36123.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.08%
GREEN value IS 225 (88.28% from 255) = 34.78%
BLUE value IS 208 (81.64% from 255) = 32.15%
R=33.08%
G=34.78%
B=32.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142252080.0500.080.1298.8222.0884.9
HexD6E1D0508C631655
Octal32634132050101414326125
Binary1101011011100001110100001010100011001100011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1D0; }

 p { color: rgb(214,225,208); }

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

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

 a { background-color: rgb(214,225,208); }

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

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

 span { border-color: rgb(214,225,208); }

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