#DBDDDA

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

Shades of Peppermint #DBDDDA

Tints of Peppermint #DBDDDA

Color information

#DBDDDA (or 0xDBDDDA) is unknown color: approx Peppermint. HEX triplet: DB, DD and DA. RGB value is (219,221,218). Sum of RGB (Red+Green+Blue) = 219+221+218=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDDA is #242225. Grayscale: #DCDCDC. Windows color (decimal): -2368038 or 14343643. OLE color: 14343643.

HSL color Cylindrical-coordinate representation of color #DBDDDA: hue angle of 100º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBDDDA is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB219221218-
CMYK0.0100.010.13
HSL100º4.23%86.08%-
HSV(B)100º1.36%86.67%-
XYZ67.7271.8376.63-
YUV220.06126.84127.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.28%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 218 (85.55% from 255) = 33.13%
R=33.28%
G=33.59%
B=33.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192212180.0100.010.131004.2386.08
HexDBDDDA101D64456
Octal333335332101151444126
Binary110110111101110111011010101110111001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDDA; }

 p { color: rgb(219,221,218); }

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

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

 a { background-color: rgb(219,221,218); }

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

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

 span { border-color: rgb(219,221,218); }

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