#D8BFB6

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

Shades of Wafer #D8BFB6

Tints of Wafer #D8BFB6

Color information

#D8BFB6 (or 0xD8BFB6) is unknown color: approx Wafer. HEX triplet: D8, BF and B6. RGB value is (216,191,182). Sum of RGB (Red+Green+Blue) = 216+191+182=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFB6 is #274049. Grayscale: #C5C5C5. Windows color (decimal): -2572362 or 11976664. OLE color: 11976664.

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

Color convert

RGB216191182-
CMYK00.120.160.15
HSL15.88º30.36%78.04%-
HSV(B)15.88º15.74%84.71%-
XYZ55.3955.2452-
YUV197.45119.28141.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.67%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 182 (71.48% from 255) = 30.90%
R=36.67%
G=32.43%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619118200.120.160.1515.8830.3678.04
HexD8BFB60C10F101e4e
Octal33027726601420172036116
Binary1101100010111111101101100110010000111110000111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BFB6; }

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

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

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

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

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

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

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

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