#DBEBD1

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

Shades of Peppermint #DBEBD1

Tints of Peppermint #DBEBD1

Color information

#DBEBD1 (or 0xDBEBD1) is unknown color: approx Peppermint. HEX triplet: DB, EB and D1. RGB value is (219,235,209). Sum of RGB (Red+Green+Blue) = 219+235+209=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBD1 is #24142E. Grayscale: #E3E3E3. Windows color (decimal): -2364463 or 13757403. OLE color: 13757403.

HSL color Cylindrical-coordinate representation of color #DBEBD1: hue angle of 96.92º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBEBD1 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB219235209-
CMYK0.0700.110.08
HSL96.92º39.39%87.06%-
HSV(B)96.92º11.06%92.16%-
XYZ70.4379.0871.87-
YUV227.25117.7122.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.03%
GREEN value IS 235 (92.19% from 255) = 35.44%
BLUE value IS 209 (82.03% from 255) = 31.52%
R=33.03%
G=35.44%
B=31.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192352090.0700.110.0896.9239.3987.06
HexDBEBD170B8612757
Octal33335332170131014147127
Binary11011011111010111101000111101011100011000011001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBD1; }

 p { color: rgb(219,235,209); }

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

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

 a { background-color: rgb(219,235,209); }

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

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

 span { border-color: rgb(219,235,209); }

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