#DBD8C5

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

Shades of Loafer #DBD8C5

Tints of Loafer #DBD8C5

Color information

#DBD8C5 (or 0xDBD8C5) is unknown color: approx Loafer. HEX triplet: DB, D8 and C5. RGB value is (219,216,197). Sum of RGB (Red+Green+Blue) = 219+216+197=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8C5 is #24273A. Grayscale: #D6D6D6. Windows color (decimal): -2369339 or 12966107. OLE color: 12966107.

HSL color Cylindrical-coordinate representation of color #DBD8C5: hue angle of 51.82º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBD8C5 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB219216197-
CMYK00.010.100.14
HSL51.82º23.4%81.57%-
HSV(B)51.82º10.05%85.88%-
XYZ63.8568.262.62-
YUV214.73117.99131.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 216 (84.77% from 255) = 34.18%
BLUE value IS 197 (77.34% from 255) = 31.17%
R=34.65%
G=34.18%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921619700.010.100.1451.8223.481.57
HexDBD8C501AE341752
Octal3333303050112166427122
Binary1101101111011000110001010110101110110100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8C5; }

 p { color: rgb(219,216,197); }

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

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

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

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

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

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

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