#D6BBB1

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

Shades of Wafer #D6BBB1

Tints of Wafer #D6BBB1

Color information

#D6BBB1 (or 0xD6BBB1) is unknown color: approx Wafer. HEX triplet: D6, BB and B1. RGB value is (214,187,177). Sum of RGB (Red+Green+Blue) = 214+187+177=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BBB1 is #29444E. Grayscale: #C2C2C2. Windows color (decimal): -2704463 or 11647958. OLE color: 11647958.

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

Color convert

RGB214187177-
CMYK00.130.170.16
HSL16.22º31.09%76.67%-
HSV(B)16.22º17.29%83.92%-
XYZ53.4453.0149.01-
YUV193.93118.45142.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.02%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 177 (69.53% from 255) = 30.62%
R=37.02%
G=32.35%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418717700.130.170.1616.2231.0976.67
HexD6BBB10D1110101f4d
Octal32627326101521202037115
Binary11010110101110111011000101101100011000010000111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBB1; }

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

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

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

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

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

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

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

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