#DCE9D5

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

Shades of Peppermint #DCE9D5

Tints of Peppermint #DCE9D5

Color information

#DCE9D5 (or 0xDCE9D5) is unknown color: approx Peppermint. HEX triplet: DC, E9 and D5. RGB value is (220,233,213). Sum of RGB (Red+Green+Blue) = 220+233+213=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 233 (91.41% from 255 or 34.98% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE9D5 is #23162A. Grayscale: #E2E2E2. Windows color (decimal): -2299435 or 14019036. OLE color: 14019036.

HSL color Cylindrical-coordinate representation of color #DCE9D5: hue angle of 99º degrees, saturation: 0.31, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCE9D5 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB220233213-
CMYK0.0600.090.09
HSL99º31.25%87.45%-
HSV(B)99º8.58%91.37%-
XYZ70.6678.374.34-
YUV226.83120.19123.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.03%
GREEN value IS 233 (91.41% from 255) = 34.98%
BLUE value IS 213 (83.59% from 255) = 31.98%
R=33.03%
G=34.98%
B=31.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202332130.0600.090.099931.2587.45
HexDCE9D56099631f57
Octal33435132560111114337127
Binary1101110011101001110101011100100110011100011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9D5; }

 p { color: rgb(220,233,213); }

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

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

 a { background-color: rgb(220,233,213); }

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

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

 span { border-color: rgb(220,233,213); }

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