#D4BAAE

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

Shades of Wafer #D4BAAE

Tints of Wafer #D4BAAE

Color information

#D4BAAE (or 0xD4BAAE) is unknown color: approx Wafer. HEX triplet: D4, BA and AE. RGB value is (212,186,174). Sum of RGB (Red+Green+Blue) = 212+186+174=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BAAE is #2B4551. Grayscale: #C0C0C0. Windows color (decimal): -2835794 or 11451092. OLE color: 11451092.

HSL color Cylindrical-coordinate representation of color #D4BAAE: hue angle of 18.95º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4BAAE is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212186174-
CMYK00.120.180.17
HSL18.95º30.65%75.69%-
HSV(B)18.95º17.92%83.14%-
XYZ52.3552.1747.36-
YUV192.41117.61141.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.06%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=37.06%
G=32.52%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218617400.120.180.1718.9530.6575.69
HexD4BAAE0C1211131f4c
Octal32427225601422212337114
Binary11010100101110101010111001100100101000110011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BAAE; }

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

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

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

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

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

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

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

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