#D6BAAE

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

Shades of Wafer #D6BAAE

Tints of Wafer #D6BAAE

Color information

#D6BAAE (or 0xD6BAAE) is unknown color: approx Wafer. HEX triplet: D6, BA and AE. RGB value is (214,186,174). Sum of RGB (Red+Green+Blue) = 214+186+174=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BAAE is #294551. Grayscale: #C1C1C1. Windows color (decimal): -2704722 or 11451094. OLE color: 11451094.

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

Color convert

RGB214186174-
CMYK00.130.190.16
HSL18º32.79%76.08%-
HSV(B)18º18.69%83.92%-
XYZ52.9352.4747.38-
YUV193117.28142.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.28%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=37.28%
G=32.40%
B=30.31%

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
Decimal21418617400.130.190.161832.7976.08
HexD6BAAE0D131012214c
Octal32627225601523202241114
Binary110101101011101010101110011011001110000100101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BAAE; }

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

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

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

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

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

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

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

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