#D7BAAE

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

Shades of Wafer #D7BAAE

Tints of Wafer #D7BAAE

Color information

#D7BAAE (or 0xD7BAAE) is unknown color: approx Wafer. HEX triplet: D7, BA and AE. RGB value is (215,186,174). Sum of RGB (Red+Green+Blue) = 215+186+174=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BAAE is #284551. Grayscale: #C1C1C1. Windows color (decimal): -2639186 or 11451095. OLE color: 11451095.

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

Color convert

RGB215186174-
CMYK00.130.190.16
HSL17.56º33.88%76.27%-
HSV(B)17.56º19.07%84.31%-
XYZ53.2252.6247.4-
YUV193.3117.11143.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.39%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=37.39%
G=32.35%
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
Decimal21518617400.130.190.1617.5633.8876.27
HexD7BAAE0D131012224c
Octal32727225601523202242114
Binary110101111011101010101110011011001110000100101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BAAE; }

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

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

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

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

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

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

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

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