#D6E9CD

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

Shades of Peppermint #D6E9CD

Tints of Peppermint #D6E9CD

Color information

#D6E9CD (or 0xD6E9CD) is unknown color: approx Peppermint. HEX triplet: D6, E9 and CD. RGB value is (214,233,205). Sum of RGB (Red+Green+Blue) = 214+233+205=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E9CD is #291632. Grayscale: #E0E0E0. Windows color (decimal): -2692659 or 13494742. OLE color: 13494742.

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

Color convert

RGB214233205-
CMYK0.0800.120.09
HSL100.71º38.89%85.88%-
HSV(B)100.71º12.02%91.37%-
XYZ67.8976.9869.04-
YUV224.13117.21120.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.82%
GREEN value IS 233 (91.41% from 255) = 35.74%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=32.82%
G=35.74%
B=31.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142332050.0800.120.09100.7138.8985.88
HexD6E9CD80C9652756
Octal326351315100141114547126
Binary110101101110100111001101100001100100111001011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E9CD; }

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

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

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

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

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

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

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

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