#D7BBAE

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

Shades of Wafer #D7BBAE

Tints of Wafer #D7BBAE

Color information

#D7BBAE (or 0xD7BBAE) is unknown color: approx Wafer. HEX triplet: D7, BB and AE. RGB value is (215,187,174). Sum of RGB (Red+Green+Blue) = 215+187+174=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BBAE is #284451. Grayscale: #C1C1C1. Windows color (decimal): -2638930 or 11451351. OLE color: 11451351.

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

Color convert

RGB215187174-
CMYK00.130.190.16
HSL19.02º33.88%76.27%-
HSV(B)19.02º19.07%84.31%-
XYZ53.4353.0447.47-
YUV193.89116.78143.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.33%
GREEN value IS 187 (73.44% from 255) = 32.47%
BLUE value IS 174 (68.36% from 255) = 30.21%
R=37.33%
G=32.47%
B=30.21%

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
Decimal21518717400.130.190.1619.0233.8876.27
HexD7BBAE0D131013224c
Octal32727325601523202342114
Binary110101111011101110101110011011001110000100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BBAE; }

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

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

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

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

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

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

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

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