#DBEBD4

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

Shades of Peppermint #DBEBD4

Tints of Peppermint #DBEBD4

Color information

#DBEBD4 (or 0xDBEBD4) is unknown color: approx Peppermint. HEX triplet: DB, EB and D4. RGB value is (219,235,212). Sum of RGB (Red+Green+Blue) = 219+235+212=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 212 (83.20% from 255 or 31.83% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBD4 is #24142B. Grayscale: #E3E3E3. Windows color (decimal): -2364460 or 13954011. OLE color: 13954011.

HSL color Cylindrical-coordinate representation of color #DBEBD4: hue angle of 101.74º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEBD4 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB219235212-
CMYK0.0700.100.08
HSL101.74º36.51%87.65%-
HSV(B)101.74º9.79%92.16%-
XYZ70.8179.2373.85-
YUV227.59119.2121.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.88%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 212 (83.20% from 255) = 31.83%
R=32.88%
G=35.29%
B=31.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192352120.0700.100.08101.7436.5187.65
HexDBEBD470A8662558
Octal33335332470121014645130
Binary11011011111010111101010011101010100011001101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBD4; }

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

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

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

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

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

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

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

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