#D7BBAD

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

Shades of Wafer #D7BBAD

Tints of Wafer #D7BBAD

Color information

#D7BBAD (or 0xD7BBAD) is unknown color: approx Wafer. HEX triplet: D7, BB and AD. RGB value is (215,187,173). Sum of RGB (Red+Green+Blue) = 215+187+173=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BBAD is #284452. Grayscale: #C1C1C1. Windows color (decimal): -2638931 or 11385815. OLE color: 11385815.

HSL color Cylindrical-coordinate representation of color #D7BBAD: hue angle of 20º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7BBAD is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215187173-
CMYK00.130.200.16
HSL20º34.43%76.08%-
HSV(B)20º19.53%84.31%-
XYZ53.345346.95-
YUV193.78116.28143.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.39%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=37.39%
G=32.52%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518717300.130.200.162034.4376.08
HexD7BBAD0D141014224c
Octal32727325501524202442114
Binary110101111011101110101101011011010010000101001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BBAD; }

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

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

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

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

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

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

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

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