#DBDBBB

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

Shades of Loafer #DBDBBB

Tints of Loafer #DBDBBB

Color information

#DBDBBB (or 0xDBDBBB) is unknown color: approx Loafer. HEX triplet: DB, DB and BB. RGB value is (219,219,187). Sum of RGB (Red+Green+Blue) = 219+219+187=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBBB is #242444. Grayscale: #D7D7D7. Windows color (decimal): -2368581 or 12311515. OLE color: 12311515.

HSL color Cylindrical-coordinate representation of color #DBDBBB: hue angle of 60º 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 #DBDBBB is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB219219187-
CMYK000.150.14
HSL60º30.77%79.61%-
HSV(B)60º14.61%85.88%-
XYZ63.5169.3157.04-
YUV215.35112130.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.04%
GREEN value IS 219 (85.94% from 255) = 35.04%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=35.04%
G=35.04%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219219187000.150.146030.7779.61
HexDBDBBB00FE3c1f50
Octal3333332730017167437120
Binary1101101111011011101110110011111110111100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBBB; }

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

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

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

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

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

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

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

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