#DEE5DB

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

Shades of Peppermint #DEE5DB

Tints of Peppermint #DEE5DB

Color information

#DEE5DB (or 0xDEE5DB) is unknown color: approx Peppermint. HEX triplet: DE, E5 and DB. RGB value is (222,229,219). Sum of RGB (Red+Green+Blue) = 222+229+219=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5DB is #211A24. Grayscale: #E1E1E1. Windows color (decimal): -2169381 or 14411230. OLE color: 14411230.

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

Color convert

RGB222229219-
CMYK0.0300.040.10
HSL102º16.13%87.84%-
HSV(B)102º4.37%89.8%-
XYZ70.9376.6878.08-
YUV225.77124.18125.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.13%
GREEN value IS 229 (89.84% from 255) = 34.18%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=33.13%
G=34.18%
B=32.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222292190.0300.040.1010216.1387.84
HexDEE5DB304A661058
Octal3363453333041214620130
Binary11011110111001011101101111010010101100110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE5DB; }

 p { color: rgb(222,229,219); }

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

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

 a { background-color: rgb(222,229,219); }

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

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

 span { border-color: rgb(222,229,219); }

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