#D6C1BA

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

Shades of Wafer #D6C1BA

Tints of Wafer #D6C1BA

Color information

#D6C1BA (or 0xD6C1BA) is unknown color: approx Wafer. HEX triplet: D6, C1 and BA. RGB value is (214,193,186). Sum of RGB (Red+Green+Blue) = 214+193+186=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C1BA is #293E45. Grayscale: #C6C6C6. Windows color (decimal): -2702918 or 12239318. OLE color: 12239318.

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

Color convert

RGB214193186-
CMYK00.100.130.16
HSL15º25.45%78.43%-
HSV(B)15º13.08%83.92%-
XYZ55.6655.9854.33-
YUV198.48120.96139.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 193 (75.78% from 255) = 32.55%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=36.09%
G=32.55%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419318600.100.130.161525.4578.43
HexD6C1BA0AD10f194e
Octal32630127201215201731116
Binary110101101100000110111010010101101100001111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C1BA; }

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

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

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

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

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

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

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

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