#D6BBB0

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

Shades of Wafer #D6BBB0

Tints of Wafer #D6BBB0

Color information

#D6BBB0 (or 0xD6BBB0) is unknown color: approx Wafer. HEX triplet: D6, BB and B0. RGB value is (214,187,176). Sum of RGB (Red+Green+Blue) = 214+187+176=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BBB0 is #29444F. Grayscale: #C1C1C1. Windows color (decimal): -2704464 or 11582422. OLE color: 11582422.

HSL color Cylindrical-coordinate representation of color #D6BBB0: hue angle of 17.37º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6BBB0 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB214187176-
CMYK00.130.180.16
HSL17.37º31.67%76.47%-
HSV(B)17.37º17.76%83.92%-
XYZ53.3452.9748.49-
YUV193.82117.95142.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 176 (69.14% from 255) = 30.50%
R=37.09%
G=32.41%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418717600.130.180.1617.3731.6776.47
HexD6BBB00D121011204c
Octal32627326001522202140114
Binary110101101011101110110000011011001010000100011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBB0; }

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

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

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

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

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

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

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

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