#D6BEB1

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

Shades of Wafer #D6BEB1

Tints of Wafer #D6BEB1

Color information

#D6BEB1 (or 0xD6BEB1) is unknown color: approx Wafer. HEX triplet: D6, BE and B1. RGB value is (214,190,177). Sum of RGB (Red+Green+Blue) = 214+190+177=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BEB1 is #29414E. Grayscale: #C3C3C3. Windows color (decimal): -2703695 or 11648726. OLE color: 11648726.

HSL color Cylindrical-coordinate representation of color #D6BEB1: hue angle of 21.08º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6BEB1 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB214190177-
CMYK00.110.170.16
HSL21.08º31.09%76.67%-
HSV(B)21.08º17.29%83.92%-
XYZ54.0854.349.23-
YUV195.69117.45141.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.83%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 177 (69.53% from 255) = 30.46%
R=36.83%
G=32.70%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419017700.110.170.1621.0831.0976.67
HexD6BEB10B1110151f4d
Octal32627626101321202537115
Binary11010110101111101011000101011100011000010101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BEB1; }

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

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

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

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

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

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

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

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