#D5BAAE

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

Shades of Wafer #D5BAAE

Tints of Wafer #D5BAAE

Color information

#D5BAAE (or 0xD5BAAE) is unknown color: approx Wafer. HEX triplet: D5, BA and AE. RGB value is (213,186,174). Sum of RGB (Red+Green+Blue) = 213+186+174=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BAAE is #2A4551. Grayscale: #C0C0C0. Windows color (decimal): -2770258 or 11451093. OLE color: 11451093.

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

Color convert

RGB213186174-
CMYK00.130.180.16
HSL18.46º31.71%75.88%-
HSV(B)18.46º18.31%83.53%-
XYZ52.6452.3247.37-
YUV192.7117.45142.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.17%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=37.17%
G=32.46%
B=30.37%

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
Decimal21318617400.130.180.1618.4631.7175.88
HexD5BAAE0D121012204c
Octal32527225601522202240114
Binary110101011011101010101110011011001010000100101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BAAE; }

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

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

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

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

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

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

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

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