#D7BAB1

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

Shades of Wafer #D7BAB1

Tints of Wafer #D7BAB1

Color information

#D7BAB1 (or 0xD7BAB1) is unknown color: approx Wafer. HEX triplet: D7, BA and B1. RGB value is (215,186,177). Sum of RGB (Red+Green+Blue) = 215+186+177=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BAB1 is #28454E. Grayscale: #C1C1C1. Windows color (decimal): -2639183 or 11647703. OLE color: 11647703.

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

Color convert

RGB215186177-
CMYK00.130.180.16
HSL14.21º32.2%76.86%-
HSV(B)14.21º17.67%84.31%-
XYZ53.5252.7448.95-
YUV193.64118.61143.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.20%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 177 (69.53% from 255) = 30.62%
R=37.20%
G=32.18%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518617700.130.180.1614.2132.276.86
HexD7BAB10D1210e204d
Octal32727226101522201640115
Binary11010111101110101011000101101100101000011101000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BAB1; }

 p { color: rgb(215,186,177); }

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

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

 a { background-color: rgb(215,186,177); }

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

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

 span { border-color: rgb(215,186,177); }

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