#D8BAAE

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

Shades of Wafer #D8BAAE

Tints of Wafer #D8BAAE

Color information

#D8BAAE (or 0xD8BAAE) is unknown color: approx Wafer. HEX triplet: D8, BA and AE. RGB value is (216,186,174). Sum of RGB (Red+Green+Blue) = 216+186+174=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BAAE is #274551. Grayscale: #C1C1C1. Windows color (decimal): -2573650 or 11451096. OLE color: 11451096.

HSL color Cylindrical-coordinate representation of color #D8BAAE: hue angle of 17.14º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8BAAE is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216186174-
CMYK00.140.190.15
HSL17.14º35%76.47%-
HSV(B)17.14º19.44%84.71%-
XYZ53.5252.7747.41-
YUV193.6116.94143.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.5%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 174 (68.36% from 255) = 30.21%
R=37.5%
G=32.29%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618617400.140.190.1517.143576.47
HexD8BAAE0E13F11234c
Octal33027225601623172143114
Binary11011000101110101010111001110100111111100011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BAAE; }

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

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

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

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

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

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

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

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