#DBDCBE

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

Shades of Loafer #DBDCBE

Tints of Loafer #DBDCBE

Color information

#DBDCBE (or 0xDBDCBE) is unknown color: approx Loafer. HEX triplet: DB, DC and BE. RGB value is (219,220,190). Sum of RGB (Red+Green+Blue) = 219+220+190=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCBE is #242341. Grayscale: #D8D8D8. Windows color (decimal): -2368322 or 12508379. OLE color: 12508379.

HSL color Cylindrical-coordinate representation of color #DBDCBE: hue angle of 62º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBDCBE is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB219220190-
CMYK0.0000.140.14
HSL62º30%80.39%-
HSV(B)62º13.64%86.27%-
XYZ64.169.9658.84-
YUV216.28113.17129.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 190 (74.61% from 255) = 30.21%
R=34.82%
G=34.98%
B=30.21%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192201900.0000.140.14623080.39
HexDBDCBE00EE3e1e50
Octal3333342760016167636120
Binary1101101111011100101111100011101110111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCBE; }

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

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

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

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

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

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

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

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