#D6EBCB

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

Shades of Peppermint #D6EBCB

Tints of Peppermint #D6EBCB

Color information

#D6EBCB (or 0xD6EBCB) is unknown color: approx Peppermint. HEX triplet: D6, EB and CB. RGB value is (214,235,203). Sum of RGB (Red+Green+Blue) = 214+235+203=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBCB is #291434. Grayscale: #E1E1E1. Windows color (decimal): -2692149 or 13364182. OLE color: 13364182.

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

Color convert

RGB214235203-
CMYK0.0900.140.08
HSL99.38º44.44%85.88%-
HSV(B)99.38º13.62%92.16%-
XYZ68.2278.0267.96-
YUV225.07115.54120.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.82%
GREEN value IS 235 (92.19% from 255) = 36.04%
BLUE value IS 203 (79.69% from 255) = 31.13%
R=32.82%
G=36.04%
B=31.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142352030.0900.140.0899.3844.4485.88
HexD6EBCB90E8632c56
Octal326353313110161014354126
Binary110101101110101111001011100101110100011000111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBCB; }

 p { color: rgb(214,235,203); }

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

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

 a { background-color: rgb(214,235,203); }

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

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

 span { border-color: rgb(214,235,203); }

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