#D8BEB6

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

Shades of Wafer #D8BEB6

Tints of Wafer #D8BEB6

Color information

#D8BEB6 (or 0xD8BEB6) is unknown color: approx Wafer. HEX triplet: D8, BE and B6. RGB value is (216,190,182). Sum of RGB (Red+Green+Blue) = 216+190+182=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BEB6 is #274149. Grayscale: #C4C4C4. Windows color (decimal): -2572618 or 11976408. OLE color: 11976408.

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

Color convert

RGB216190182-
CMYK00.120.160.15
HSL14.12º30.36%78.04%-
HSV(B)14.12º15.74%84.71%-
XYZ55.1854.851.93-
YUV196.86119.61141.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.73%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 182 (71.48% from 255) = 30.95%
R=36.73%
G=32.31%
B=30.95%

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
Decimal21619018200.120.160.1514.1230.3678.04
HexD8BEB60C10Fe1e4e
Octal33027626601420171636116
Binary110110001011111010110110011001000011111110111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BEB6; }

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

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

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

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

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

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

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

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