#DBDABE

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

Shades of Loafer #DBDABE

Tints of Loafer #DBDABE

Color information

#DBDABE (or 0xDBDABE) is unknown color: approx Loafer. HEX triplet: DB, DA and BE. RGB value is (219,218,190). Sum of RGB (Red+Green+Blue) = 219+218+190=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDABE is #242541. Grayscale: #D7D7D7. Windows color (decimal): -2368834 or 12507867. OLE color: 12507867.

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

Color convert

RGB219218190-
CMYK00.000.130.14
HSL57.93º28.71%80.2%-
HSV(B)57.93º13.24%85.88%-
XYZ63.5868.9258.67-
YUV215.11113.83130.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.93%
GREEN value IS 218 (85.55% from 255) = 34.77%
BLUE value IS 190 (74.61% from 255) = 30.30%
R=34.93%
G=34.77%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921819000.000.130.1457.9328.7180.2
HexDBDABE00DE3a1d50
Octal3333322760015167235120
Binary1101101111011010101111100011011110111010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDABE; }

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

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

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

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

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

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

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

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