#D8BDB6

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

Shades of Wafer #D8BDB6

Tints of Wafer #D8BDB6

Color information

#D8BDB6 (or 0xD8BDB6) is unknown color: approx Wafer. HEX triplet: D8, BD and B6. RGB value is (216,189,182). Sum of RGB (Red+Green+Blue) = 216+189+182=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDB6 is #274249. Grayscale: #C4C4C4. Windows color (decimal): -2572874 or 11976152. OLE color: 11976152.

HSL color Cylindrical-coordinate representation of color #D8BDB6: hue angle of 12.35º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8BDB6 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB216189182-
CMYK00.120.160.15
HSL12.35º30.36%78.04%-
HSV(B)12.35º15.74%84.71%-
XYZ54.9654.3751.85-
YUV196.27119.95142.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 182 (71.48% from 255) = 31.01%
R=36.80%
G=32.20%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618918200.120.160.1512.3530.3678.04
HexD8BDB60C10Fc1e4e
Octal33027526601420171436116
Binary110110001011110110110110011001000011111100111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BDB6; }

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

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

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

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

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

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

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

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