#D7BAB0

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

Shades of Wafer #D7BAB0

Tints of Wafer #D7BAB0

Color information

#D7BAB0 (or 0xD7BAB0) is unknown color: approx Wafer. HEX triplet: D7, BA and B0. RGB value is (215,186,176). Sum of RGB (Red+Green+Blue) = 215+186+176=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BAB0 is #28454F. Grayscale: #C1C1C1. Windows color (decimal): -2639184 or 11582167. OLE color: 11582167.

HSL color Cylindrical-coordinate representation of color #D7BAB0: hue angle of 15.38º degrees, saturation: 0.33, 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 #D7BAB0 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB215186176-
CMYK00.130.180.16
HSL15.38º32.77%76.67%-
HSV(B)15.38º18.14%84.31%-
XYZ53.4252.748.43-
YUV193.53118.11143.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.26%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 176 (69.14% from 255) = 30.50%
R=37.26%
G=32.24%
B=30.50%

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
Decimal21518617600.130.180.1615.3832.7776.67
HexD7BAB00D1210f214d
Octal32727226001522201741115
Binary11010111101110101011000001101100101000011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BAB0; }

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

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

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

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

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

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

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

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