#DDE5D9

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

Shades of Peppermint #DDE5D9

Tints of Peppermint #DDE5D9

Color information

#DDE5D9 (or 0xDDE5D9) is unknown color: approx Peppermint. HEX triplet: DD, E5 and D9. RGB value is (221,229,217). Sum of RGB (Red+Green+Blue) = 221+229+217=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5D9 is #221A26. Grayscale: #E1E1E1. Windows color (decimal): -2234919 or 14280157. OLE color: 14280157.

HSL color Cylindrical-coordinate representation of color #DDE5D9: hue angle of 100º degrees, saturation: 0.19, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDE5D9 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB221229217-
CMYK0.0300.050.10
HSL100º18.75%87.45%-
HSV(B)100º5.24%89.8%-
XYZ70.3676.4276.69-
YUV225.24123.35124.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 229 (89.84% from 255) = 34.33%
BLUE value IS 217 (85.16% from 255) = 32.53%
R=33.13%
G=34.33%
B=32.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212292170.0300.050.1010018.7587.45
HexDDE5D9305A641357
Octal3353453313051214423127
Binary11011101111001011101100111010110101100100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5D9; }

 p { color: rgb(221,229,217); }

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

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

 a { background-color: rgb(221,229,217); }

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

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

 span { border-color: rgb(221,229,217); }

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