#DBEBD2

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

Shades of Peppermint #DBEBD2

Tints of Peppermint #DBEBD2

Color information

#DBEBD2 (or 0xDBEBD2) is unknown color: approx Peppermint. HEX triplet: DB, EB and D2. RGB value is (219,235,210). Sum of RGB (Red+Green+Blue) = 219+235+210=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 210 (82.42% from 255 or 31.63% from 664); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBD2 is #24142D. Grayscale: #E3E3E3. Windows color (decimal): -2364462 or 13822939. OLE color: 13822939.

HSL color Cylindrical-coordinate representation of color #DBEBD2: hue angle of 98.4º degrees, saturation: 0.38, 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 #DBEBD2 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB219235210-
CMYK0.0700.110.08
HSL98.4º38.46%87.25%-
HSV(B)98.4º10.64%92.16%-
XYZ70.5579.1372.53-
YUV227.37118.2122.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.98%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 210 (82.42% from 255) = 31.63%
R=32.98%
G=35.39%
B=31.63%

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
Decimal2192352100.0700.110.0898.438.4687.25
HexDBEBD270B8622657
Octal33335332270131014246127
Binary11011011111010111101001011101011100011000101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBD2; }

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

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

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

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

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

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

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

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