#D6BBAD

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

Shades of Wafer #D6BBAD

Tints of Wafer #D6BBAD

Color information

#D6BBAD (or 0xD6BBAD) is unknown color: approx Wafer. HEX triplet: D6, BB and AD. RGB value is (214,187,173). Sum of RGB (Red+Green+Blue) = 214+187+173=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BBAD is #294452. Grayscale: #C1C1C1. Windows color (decimal): -2704467 or 11385814. OLE color: 11385814.

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

Color convert

RGB214187173-
CMYK00.130.190.16
HSL20.49º33.33%75.88%-
HSV(B)20.49º19.16%83.92%-
XYZ53.0452.8546.94-
YUV193.48116.45142.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.28%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 173 (67.97% from 255) = 30.14%
R=37.28%
G=32.58%
B=30.14%

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
Decimal21418717300.130.190.1620.4933.3375.88
HexD6BBAD0D131014214c
Octal32627325501523202441114
Binary110101101011101110101101011011001110000101001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBAD; }

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

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

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

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

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

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

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

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