#D8BEB1

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

Shades of Wafer #D8BEB1

Tints of Wafer #D8BEB1

Color information

#D8BEB1 (or 0xD8BEB1) is unknown color: approx Wafer. HEX triplet: D8, BE and B1. RGB value is (216,190,177). Sum of RGB (Red+Green+Blue) = 216+190+177=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 177 (69.53% from 255 or 30.36% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BEB1 is #27414E. Grayscale: #C4C4C4. Windows color (decimal): -2572623 or 11648728. OLE color: 11648728.

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

Color convert

RGB216190177-
CMYK00.120.180.15
HSL20º33.33%77.06%-
HSV(B)20º18.06%84.71%-
XYZ54.6754.649.25-
YUV196.29117.11142.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 190 (74.61% from 255) = 32.59%
BLUE value IS 177 (69.53% from 255) = 30.36%
R=37.05%
G=32.59%
B=30.36%

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
Decimal21619017700.120.180.152033.3377.06
HexD8BEB10C12F14214d
Octal33027626101422172441115
Binary11011000101111101011000101100100101111101001000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BEB1; }

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

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

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

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

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

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

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

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