#D6C1B6

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

Shades of Wafer #D6C1B6

Tints of Wafer #D6C1B6

Color information

#D6C1B6 (or 0xD6C1B6) is unknown color: approx Wafer. HEX triplet: D6, C1 and B6. RGB value is (214,193,182). Sum of RGB (Red+Green+Blue) = 214+193+182=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C1B6 is #293E49. Grayscale: #C6C6C6. Windows color (decimal): -2702922 or 11977174. OLE color: 11977174.

HSL color Cylindrical-coordinate representation of color #D6C1B6: hue angle of 20.63º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6C1B6 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB214193182-
CMYK00.100.150.16
HSL20.63º28.07%77.65%-
HSV(B)20.63º14.95%83.92%-
XYZ55.2555.8152.12-
YUV198.02118.96139.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 193 (75.78% from 255) = 32.77%
BLUE value IS 182 (71.48% from 255) = 30.90%
R=36.33%
G=32.77%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419318200.100.150.1620.6328.0777.65
HexD6C1B60AF10151c4e
Octal32630126601217202534116
Binary1101011011000001101101100101011111000010101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C1B6; }

 p { color: rgb(214,193,182); }

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

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

 a { background-color: rgb(214,193,182); }

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

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

 span { border-color: rgb(214,193,182); }

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