#D8BAB0

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

Shades of Wafer #D8BAB0

Tints of Wafer #D8BAB0

Color information

#D8BAB0 (or 0xD8BAB0) is unknown color: approx Wafer. HEX triplet: D8, BA and B0. RGB value is (216,186,176). Sum of RGB (Red+Green+Blue) = 216+186+176=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BAB0 is #27454F. Grayscale: #C1C1C1. Windows color (decimal): -2573648 or 11582168. OLE color: 11582168.

HSL color Cylindrical-coordinate representation of color #D8BAB0: hue angle of 15º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8BAB0 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216186176-
CMYK00.140.190.15
HSL15º33.9%76.86%-
HSV(B)15º18.52%84.71%-
XYZ53.7152.8548.44-
YUV193.83117.94143.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.37%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 176 (69.14% from 255) = 30.45%
R=37.37%
G=32.18%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618617600.140.190.151533.976.86
HexD8BAB00E13Ff224d
Octal33027226001623171742115
Binary1101100010111010101100000111010011111111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BAB0; }

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

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

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

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

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

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

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

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