#D9BAAE

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

Shades of Wafer #D9BAAE

Tints of Wafer #D9BAAE

Color information

#D9BAAE (or 0xD9BAAE) is unknown color: approx Wafer. HEX triplet: D9, BA and AE. RGB value is (217,186,174). Sum of RGB (Red+Green+Blue) = 217+186+174=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BAAE is #264551. Grayscale: #C1C1C1. Windows color (decimal): -2508114 or 11451097. OLE color: 11451097.

HSL color Cylindrical-coordinate representation of color #D9BAAE: hue angle of 16.74º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9BAAE is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217186174-
CMYK00.140.200.15
HSL16.74º36.13%76.67%-
HSV(B)16.74º19.82%85.1%-
XYZ53.8152.9347.42-
YUV193.9116.77144.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=37.61%
G=32.24%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718617400.140.200.1516.7436.1376.67
HexD9BAAE0E14F11244d
Octal33127225601624172144115
Binary11011001101110101010111001110101001111100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BAAE; }

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

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

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

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

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

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

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

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