#D9D8BF

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

Shades of Loafer #D9D8BF

Tints of Loafer #D9D8BF

Color information

#D9D8BF (or 0xD9D8BF) is unknown color: approx Loafer. HEX triplet: D9, D8 and BF. RGB value is (217,216,191). Sum of RGB (Red+Green+Blue) = 217+216+191=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8BF is #262740. Grayscale: #D5D5D5. Windows color (decimal): -2500417 or 12572889. OLE color: 12572889.

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

Color convert

RGB217216191-
CMYK00.000.120.15
HSL57.69º25.49%80%-
HSV(B)57.69º11.98%85.1%-
XYZ62.5867.6359.05-
YUV213.45115.33130.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.78%
GREEN value IS 216 (84.77% from 255) = 34.62%
BLUE value IS 191 (75% from 255) = 30.61%
R=34.78%
G=34.62%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721619100.000.120.1557.6925.4980
HexD9D8BF00CF3a1950
Octal3313302770014177231120
Binary1101100111011000101111110011001111111010110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D8BF; }

 p { color: rgb(217,216,191); }

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

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

 a { background-color: rgb(217,216,191); }

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

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

 span { border-color: rgb(217,216,191); }

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