#D8BDB1

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

Shades of Wafer #D8BDB1

Tints of Wafer #D8BDB1

Color information

#D8BDB1 (or 0xD8BDB1) is unknown color: approx Wafer. HEX triplet: D8, BD and B1. RGB value is (216,189,177). Sum of RGB (Red+Green+Blue) = 216+189+177=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BDB1 is #27424E. Grayscale: #C3C3C3. Windows color (decimal): -2572879 or 11648472. OLE color: 11648472.

HSL color Cylindrical-coordinate representation of color #D8BDB1: hue angle of 18.46º 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 #D8BDB1 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB216189177-
CMYK00.120.180.15
HSL18.46º33.33%77.06%-
HSV(B)18.46º18.06%84.71%-
XYZ54.4554.1749.18-
YUV195.7117.45142.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.11%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 177 (69.53% from 255) = 30.41%
R=37.11%
G=32.47%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618917700.120.180.1518.4633.3377.06
HexD8BDB10C12F12214d
Octal33027526101422172241115
Binary11011000101111011011000101100100101111100101000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BDB1; }

 p { color: rgb(216,189,177); }

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

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

 a { background-color: rgb(216,189,177); }

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

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

 span { border-color: rgb(216,189,177); }

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