#D6BEB9

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

Shades of Wafer #D6BEB9

Tints of Wafer #D6BEB9

Color information

#D6BEB9 (or 0xD6BEB9) is unknown color: approx Wafer. HEX triplet: D6, BE and B9. RGB value is (214,190,185). Sum of RGB (Red+Green+Blue) = 214+190+185=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEB9 is #294146. Grayscale: #C4C4C4. Windows color (decimal): -2703687 or 12173014. OLE color: 12173014.

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

Color convert

RGB214190185-
CMYK00.110.140.16
HSL10.34º26.13%78.24%-
HSV(B)10.34º13.55%83.92%-
XYZ54.954.6353.55-
YUV196.61121.45140.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 185 (72.66% from 255) = 31.41%
R=36.33%
G=32.26%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419018500.110.140.1610.3426.1378.24
HexD6BEB90BE10a1a4e
Octal32627627101316201232116
Binary110101101011111010111001010111110100001010110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BEB9; }

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

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

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

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

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

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

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

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