#D5BBAD

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

Shades of Wafer #D5BBAD

Tints of Wafer #D5BBAD

Color information

#D5BBAD (or 0xD5BBAD) is unknown color: approx Wafer. HEX triplet: D5, BB and AD. RGB value is (213,187,173). Sum of RGB (Red+Green+Blue) = 213+187+173=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBAD is #2A4452. Grayscale: #C1C1C1. Windows color (decimal): -2770003 or 11385813. OLE color: 11385813.

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

Color convert

RGB213187173-
CMYK00.120.190.16
HSL21º32.26%75.69%-
HSV(B)21º18.78%83.53%-
XYZ52.7552.746.93-
YUV193.18116.61142.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.17%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=37.17%
G=32.64%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318717300.120.190.162132.2675.69
HexD5BBAD0C131015204c
Octal32527325501423202540114
Binary110101011011101110101101011001001110000101011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBAD; }

 p { color: rgb(213,187,173); }

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

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

 a { background-color: rgb(213,187,173); }

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

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

 span { border-color: rgb(213,187,173); }

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