#D7BFB5

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

Shades of Wafer #D7BFB5

Tints of Wafer #D7BFB5

Color information

#D7BFB5 (or 0xD7BFB5) is unknown color: approx Wafer. HEX triplet: D7, BF and B5. RGB value is (215,191,181). Sum of RGB (Red+Green+Blue) = 215+191+181=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BFB5 is #28404A. Grayscale: #C5C5C5. Windows color (decimal): -2637899 or 11911127. OLE color: 11911127.

HSL color Cylindrical-coordinate representation of color #D7BFB5: hue angle of 17.65º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7BFB5 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB215191181-
CMYK00.110.160.16
HSL17.65º29.82%77.65%-
HSV(B)17.65º15.81%84.31%-
XYZ5555.0451.44-
YUV197.04118.95140.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 181 (71.09% from 255) = 30.83%
R=36.63%
G=32.54%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519118100.110.160.1617.6529.8277.65
HexD7BFB50B1010121e4e
Octal32727726501320202236116
Binary11010111101111111011010101011100001000010010111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BFB5; }

 p { color: rgb(215,191,181); }

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

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

 a { background-color: rgb(215,191,181); }

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

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

 span { border-color: rgb(215,191,181); }

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