#D1BAAB

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

Shades of Wafer #D1BAAB

Tints of Wafer #D1BAAB

Color information

#D1BAAB (or 0xD1BAAB) is unknown color: approx Wafer. HEX triplet: D1, BA and AB. RGB value is (209,186,171). Sum of RGB (Red+Green+Blue) = 209+186+171=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BAAB is #2E4554. Grayscale: #BFBFBF. Windows color (decimal): -3032405 or 11254481. OLE color: 11254481.

HSL color Cylindrical-coordinate representation of color #D1BAAB: hue angle of 23.68º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1BAAB is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB209186171-
CMYK00.110.180.18
HSL23.68º29.23%74.51%-
HSV(B)23.68º18.18%81.96%-
XYZ51.251.6145.79-
YUV191.17116.62140.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.93%
GREEN value IS 186 (73.05% from 255) = 32.86%
BLUE value IS 171 (67.19% from 255) = 30.21%
R=36.93%
G=32.86%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918617100.110.180.1823.6829.2374.51
HexD1BAAB0B1212181d4b
Octal32127225301322223035113
Binary11010001101110101010101101011100101001011000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BAAB; }

 p { color: rgb(209,186,171); }

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

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

 a { background-color: rgb(209,186,171); }

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

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

 span { border-color: rgb(209,186,171); }

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