#DBDABB

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

Shades of Loafer #DBDABB

Tints of Loafer #DBDABB

Color information

#DBDABB (or 0xDBDABB) is unknown color: approx Loafer. HEX triplet: DB, DA and BB. RGB value is (219,218,187). Sum of RGB (Red+Green+Blue) = 219+218+187=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDABB is #242544. Grayscale: #D6D6D6. Windows color (decimal): -2368837 or 12311259. OLE color: 12311259.

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

Color convert

RGB219218187-
CMYK00.000.150.14
HSL58.12º30.77%79.61%-
HSV(B)58.12º14.61%85.88%-
XYZ63.2568.7956.96-
YUV214.76112.33131.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.10%
GREEN value IS 218 (85.55% from 255) = 34.94%
BLUE value IS 187 (73.44% from 255) = 29.97%
R=35.10%
G=34.94%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921818700.000.150.1458.1230.7779.61
HexDBDABB00FE3a1f50
Octal3333322730017167237120
Binary1101101111011010101110110011111110111010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDABB; }

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

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

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

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

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

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

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

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