#DBE8D3

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

Shades of Peppermint #DBE8D3

Tints of Peppermint #DBE8D3

Color information

#DBE8D3 (or 0xDBE8D3) is unknown color: approx Peppermint. HEX triplet: DB, E8 and D3. RGB value is (219,232,211). Sum of RGB (Red+Green+Blue) = 219+232+211=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 211 (82.81% from 255 or 31.87% from 662); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8D3 is #24172C. Grayscale: #E1E1E1. Windows color (decimal): -2365229 or 13887707. OLE color: 13887707.

HSL color Cylindrical-coordinate representation of color #DBE8D3: hue angle of 97.14º degrees, saturation: 0.31, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE8D3 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB219232211-
CMYK0.0600.090.09
HSL97.14º31.34%86.86%-
HSV(B)97.14º9.05%90.98%-
XYZ69.8377.4872.9-
YUV225.72119.69123.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.08%
GREEN value IS 232 (91.02% from 255) = 35.05%
BLUE value IS 211 (82.81% from 255) = 31.87%
R=33.08%
G=35.05%
B=31.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192322110.0600.090.0997.1431.3486.86
HexDBE8D36099611f57
Octal33335032360111114137127
Binary1101101111101000110100111100100110011100001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8D3; }

 p { color: rgb(219,232,211); }

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

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

 a { background-color: rgb(219,232,211); }

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

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

 span { border-color: rgb(219,232,211); }

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