#D2B7AE

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

Shades of Wafer #D2B7AE

Tints of Wafer #D2B7AE

Color information

#D2B7AE (or 0xD2B7AE) is unknown color: approx Wafer. HEX triplet: D2, B7 and AE. RGB value is (210,183,174). Sum of RGB (Red+Green+Blue) = 210+183+174=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B7AE is #2D4851. Grayscale: #BEBEBE. Windows color (decimal): -2967634 or 11450322. OLE color: 11450322.

HSL color Cylindrical-coordinate representation of color #D2B7AE: hue angle of 15º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2B7AE is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB210183174-
CMYK00.130.170.18
HSL15º28.57%75.29%-
HSV(B)15º17.14%82.35%-
XYZ51.1550.6247.12-
YUV190.05118.95142.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.04%
GREEN value IS 183 (71.88% from 255) = 32.28%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=37.04%
G=32.28%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018317400.130.170.181528.5775.29
HexD2B7AE0D1112f1d4b
Octal32226725601521221735113
Binary1101001010110111101011100110110001100101111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B7AE; }

 p { color: rgb(210,183,174); }

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

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

 a { background-color: rgb(210,183,174); }

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

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

 span { border-color: rgb(210,183,174); }

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