#D6E9D0

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

Shades of Peppermint #D6E9D0

Tints of Peppermint #D6E9D0

Color information

#D6E9D0 (or 0xD6E9D0) is unknown color: approx Peppermint. HEX triplet: D6, E9 and D0. RGB value is (214,233,208). Sum of RGB (Red+Green+Blue) = 214+233+208=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E9D0 is #29162F. Grayscale: #E0E0E0. Windows color (decimal): -2692656 or 13691350. OLE color: 13691350.

HSL color Cylindrical-coordinate representation of color #D6E9D0: hue angle of 105.6º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6E9D0 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB214233208-
CMYK0.0800.110.09
HSL105.6º36.23%86.47%-
HSV(B)105.6º10.73%91.37%-
XYZ68.2677.1370.96-
YUV224.47118.71120.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.67%
GREEN value IS 233 (91.41% from 255) = 35.57%
BLUE value IS 208 (81.64% from 255) = 31.76%
R=32.67%
G=35.57%
B=31.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142332080.0800.110.09105.636.2386.47
HexD6E9D080B96a2456
Octal326351320100131115244126
Binary110101101110100111010000100001011100111010101001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E9D0; }

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

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

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

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

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

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

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

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