#D6BFBA

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

Shades of Wafer #D6BFBA

Tints of Wafer #D6BFBA

Color information

#D6BFBA (or 0xD6BFBA) is unknown color: approx Wafer. HEX triplet: D6, BF and BA. RGB value is (214,191,186). Sum of RGB (Red+Green+Blue) = 214+191+186=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFBA is #294045. Grayscale: #C5C5C5. Windows color (decimal): -2703430 or 12238806. OLE color: 12238806.

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

Color convert

RGB214191186-
CMYK00.110.130.16
HSL10.71º25.45%78.43%-
HSV(B)10.71º13.08%83.92%-
XYZ55.2355.154.18-
YUV197.31121.62139.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.21%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=36.21%
G=32.32%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419118600.110.130.1610.7125.4578.43
HexD6BFBA0BD10b194e
Octal32627727201315201331116
Binary110101101011111110111010010111101100001011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BFBA; }

 p { color: rgb(214,191,186); }

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

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

 a { background-color: rgb(214,191,186); }

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

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

 span { border-color: rgb(214,191,186); }

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