#D1BBB5

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

Shades of Wafer #D1BBB5

Tints of Wafer #D1BBB5

Color information

#D1BBB5 (or 0xD1BBB5) is unknown color: approx Wafer. HEX triplet: D1, BB and B5. RGB value is (209,187,181). Sum of RGB (Red+Green+Blue) = 209+187+181=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBB5 is #2E444A. Grayscale: #C0C0C0. Windows color (decimal): -3032139 or 11910097. OLE color: 11910097.

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

Color convert

RGB209187181-
CMYK00.110.130.18
HSL12.86º23.33%76.47%-
HSV(B)12.86º13.4%81.96%-
XYZ52.4152.4351.07-
YUV192.89121.29139.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.22%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 181 (71.09% from 255) = 31.37%
R=36.22%
G=32.41%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918718100.110.130.1812.8623.3376.47
HexD1BBB50BD12d174c
Octal32127326501315221527114
Binary110100011011101110110101010111101100101101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BBB5; }

 p { color: rgb(209,187,181); }

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

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

 a { background-color: rgb(209,187,181); }

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

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

 span { border-color: rgb(209,187,181); }

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