#DCDEDB

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

Shades of Peppermint #DCDEDB

Tints of Peppermint #DCDEDB

Color information

#DCDEDB (or 0xDCDEDB) is unknown color: approx Peppermint. HEX triplet: DC, DE and DB. RGB value is (220,222,219). Sum of RGB (Red+Green+Blue) = 220+222+219=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEDB is #232124. Grayscale: #DDDDDD. Windows color (decimal): -2302245 or 14409436. OLE color: 14409436.

HSL color Cylindrical-coordinate representation of color #DCDEDB: 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 #DCDEDB is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB220222219-
CMYK0.0100.010.13
HSL100º4.35%86.47%-
HSV(B)100º1.35%87.06%-
XYZ68.4272.5777.42-
YUV221.06126.84127.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.28%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 219 (85.94% 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
Decimal2202222190.0100.010.131004.3586.47
HexDCDEDB101D64456
Octal334336333101151444126
Binary110111001101111011011011101110111001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEDB; }

 p { color: rgb(220,222,219); }

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

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

 a { background-color: rgb(220,222,219); }

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

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

 span { border-color: rgb(220,222,219); }

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