#D6BBAE

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

Shades of Wafer #D6BBAE

Tints of Wafer #D6BBAE

Color information

#D6BBAE (or 0xD6BBAE) is unknown color: approx Wafer. HEX triplet: D6, BB and AE. RGB value is (214,187,174). Sum of RGB (Red+Green+Blue) = 214+187+174=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BBAE is #294451. Grayscale: #C1C1C1. Windows color (decimal): -2704466 or 11451350. OLE color: 11451350.

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

Color convert

RGB214187174-
CMYK00.130.190.16
HSL19.5º32.79%76.08%-
HSV(B)19.5º18.69%83.92%-
XYZ53.1452.8947.45-
YUV193.59116.95142.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=37.22%
G=32.52%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418717400.130.190.1619.532.7976.08
HexD6BBAE0D131014214c
Octal32627325601523202441114
Binary110101101011101110101110011011001110000101001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBAE; }

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

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

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

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

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

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

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

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