#D8BAB2

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

Shades of Wafer #D8BAB2

Tints of Wafer #D8BAB2

Color information

#D8BAB2 (or 0xD8BAB2) is unknown color: approx Wafer. HEX triplet: D8, BA and B2. RGB value is (216,186,178). Sum of RGB (Red+Green+Blue) = 216+186+178=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BAB2 is #27454D. Grayscale: #C2C2C2. Windows color (decimal): -2573646 or 11713240. OLE color: 11713240.

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

Color convert

RGB216186178-
CMYK00.140.180.15
HSL12.63º32.76%77.25%-
HSV(B)12.63º17.59%84.71%-
XYZ53.9152.9349.49-
YUV194.06118.94143.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.24%
GREEN value IS 186 (73.05% from 255) = 32.07%
BLUE value IS 178 (69.92% from 255) = 30.69%
R=37.24%
G=32.07%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618617800.140.180.1512.6332.7677.25
HexD8BAB20E12Fd214d
Octal33027226201622171541115
Binary1101100010111010101100100111010010111111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BAB2; }

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

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

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

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

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

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

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

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