#DDE1DB

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

Shades of Peppermint #DDE1DB

Tints of Peppermint #DDE1DB

Color information

#DDE1DB (or 0xDDE1DB) is unknown color: approx Peppermint. HEX triplet: DD, E1 and DB. RGB value is (221,225,219). Sum of RGB (Red+Green+Blue) = 221+225+219=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1DB is #221E24. Grayscale: #DFDFDF. Windows color (decimal): -2235941 or 14410205. OLE color: 14410205.

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

Color convert

RGB221225219-
CMYK0.0200.030.12
HSL100º9.09%87.06%-
HSV(B)100º2.67%88.24%-
XYZ69.5374.3477.7-
YUV223.12125.67126.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.23%
GREEN value IS 225 (88.28% from 255) = 33.83%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=33.23%
G=33.83%
B=32.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212252190.0200.030.121009.0987.06
HexDDE1DB203C64957
Octal3353413332031414411127
Binary110111011110000111011011100111100110010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1DB; }

 p { color: rgb(221,225,219); }

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

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

 a { background-color: rgb(221,225,219); }

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

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

 span { border-color: rgb(221,225,219); }

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